Uses of Class
com.oracle.bmc.servicecatalog.model.CreateServiceCatalogAssociationDetails
-
Packages that use CreateServiceCatalogAssociationDetails Package Description com.oracle.bmc.servicecatalog.model com.oracle.bmc.servicecatalog.requests -
-
Uses of CreateServiceCatalogAssociationDetails in com.oracle.bmc.servicecatalog.model
Methods in com.oracle.bmc.servicecatalog.model that return CreateServiceCatalogAssociationDetails Modifier and Type Method Description CreateServiceCatalogAssociationDetails
CreateServiceCatalogAssociationDetails.Builder. build()
Methods in com.oracle.bmc.servicecatalog.model that return types with arguments of type CreateServiceCatalogAssociationDetails Modifier and Type Method Description List<CreateServiceCatalogAssociationDetails>
BulkReplaceServiceCatalogAssociationsDetails. getItems()
Collection of CreateServiceCatalogAssociationDetails for bulk operation.Methods in com.oracle.bmc.servicecatalog.model with parameters of type CreateServiceCatalogAssociationDetails Modifier and Type Method Description CreateServiceCatalogAssociationDetails.Builder
CreateServiceCatalogAssociationDetails.Builder. copy(CreateServiceCatalogAssociationDetails model)
Method parameters in com.oracle.bmc.servicecatalog.model with type arguments of type CreateServiceCatalogAssociationDetails Modifier and Type Method Description BulkReplaceServiceCatalogAssociationsDetails.Builder
BulkReplaceServiceCatalogAssociationsDetails.Builder. items(List<CreateServiceCatalogAssociationDetails> items)
Collection of CreateServiceCatalogAssociationDetails for bulk operation.Constructor parameters in com.oracle.bmc.servicecatalog.model with type arguments of type CreateServiceCatalogAssociationDetails Constructor Description BulkReplaceServiceCatalogAssociationsDetails(List<CreateServiceCatalogAssociationDetails> items)
Deprecated. -
Uses of CreateServiceCatalogAssociationDetails in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return CreateServiceCatalogAssociationDetails Modifier and Type Method Description CreateServiceCatalogAssociationDetails
CreateServiceCatalogAssociationRequest. getBody$()
Alternative accessor for the body parameter.CreateServiceCatalogAssociationDetails
CreateServiceCatalogAssociationRequest. getCreateServiceCatalogAssociationDetails()
The details for creating the association between resource and service catalog.Methods in com.oracle.bmc.servicecatalog.requests with parameters of type CreateServiceCatalogAssociationDetails Modifier and Type Method Description CreateServiceCatalogAssociationRequest.Builder
CreateServiceCatalogAssociationRequest.Builder. body$(CreateServiceCatalogAssociationDetails body)
Alternative setter for the body parameter.CreateServiceCatalogAssociationRequest.Builder
CreateServiceCatalogAssociationRequest.Builder. createServiceCatalogAssociationDetails(CreateServiceCatalogAssociationDetails createServiceCatalogAssociationDetails)
The details for creating the association between resource and service catalog.
-