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 CreateServiceCatalogAssociationDetailsCreateServiceCatalogAssociationDetails.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.BuilderCreateServiceCatalogAssociationDetails.Builder. copy(CreateServiceCatalogAssociationDetails model)Method parameters in com.oracle.bmc.servicecatalog.model with type arguments of type CreateServiceCatalogAssociationDetails Modifier and Type Method Description BulkReplaceServiceCatalogAssociationsDetails.BuilderBulkReplaceServiceCatalogAssociationsDetails.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 CreateServiceCatalogAssociationDetailsCreateServiceCatalogAssociationRequest. getBody$()Alternative accessor for the body parameter.CreateServiceCatalogAssociationDetailsCreateServiceCatalogAssociationRequest. 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.BuilderCreateServiceCatalogAssociationRequest.Builder. body$(CreateServiceCatalogAssociationDetails body)Alternative setter for the body parameter.CreateServiceCatalogAssociationRequest.BuilderCreateServiceCatalogAssociationRequest.Builder. createServiceCatalogAssociationDetails(CreateServiceCatalogAssociationDetails createServiceCatalogAssociationDetails)The details for creating the association between resource and service catalog.
-