Uses of Class
com.oracle.bmc.servicecatalog.model.ServiceCatalogAssociation
-
Packages that use ServiceCatalogAssociation Package Description com.oracle.bmc.servicecatalog.model com.oracle.bmc.servicecatalog.responses -
-
Uses of ServiceCatalogAssociation in com.oracle.bmc.servicecatalog.model
Methods in com.oracle.bmc.servicecatalog.model that return ServiceCatalogAssociation Modifier and Type Method Description ServiceCatalogAssociation
ServiceCatalogAssociation.Builder. build()
Methods in com.oracle.bmc.servicecatalog.model with parameters of type ServiceCatalogAssociation Modifier and Type Method Description ServiceCatalogAssociation.Builder
ServiceCatalogAssociation.Builder. copy(ServiceCatalogAssociation model)
-
Uses of ServiceCatalogAssociation in com.oracle.bmc.servicecatalog.responses
Methods in com.oracle.bmc.servicecatalog.responses that return ServiceCatalogAssociation Modifier and Type Method Description ServiceCatalogAssociation
CreateServiceCatalogAssociationResponse. getServiceCatalogAssociation()
The returned ServiceCatalogAssociation instance.ServiceCatalogAssociation
GetServiceCatalogAssociationResponse. getServiceCatalogAssociation()
The returned ServiceCatalogAssociation instance.Methods in com.oracle.bmc.servicecatalog.responses with parameters of type ServiceCatalogAssociation Modifier and Type Method Description CreateServiceCatalogAssociationResponse.Builder
CreateServiceCatalogAssociationResponse.Builder. serviceCatalogAssociation(ServiceCatalogAssociation serviceCatalogAssociation)
The returned ServiceCatalogAssociation instance.GetServiceCatalogAssociationResponse.Builder
GetServiceCatalogAssociationResponse.Builder. serviceCatalogAssociation(ServiceCatalogAssociation serviceCatalogAssociation)
The returned ServiceCatalogAssociation instance.
-