Uses of Class
com.oracle.bmc.servicecatalog.requests.CreateServiceCatalogRequest
-
Packages that use CreateServiceCatalogRequest Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.requests -
-
Uses of CreateServiceCatalogRequest in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog with parameters of type CreateServiceCatalogRequest Modifier and Type Method Description CreateServiceCatalogResponse
ServiceCatalog. createServiceCatalog(CreateServiceCatalogRequest request)
Creates a brand new service catalog in a given compartment.Future<CreateServiceCatalogResponse>
ServiceCatalogAsync. createServiceCatalog(CreateServiceCatalogRequest request, AsyncHandler<CreateServiceCatalogRequest,CreateServiceCatalogResponse> handler)
Creates a brand new service catalog in a given compartment.Future<CreateServiceCatalogResponse>
ServiceCatalogAsyncClient. createServiceCatalog(CreateServiceCatalogRequest request, AsyncHandler<CreateServiceCatalogRequest,CreateServiceCatalogResponse> handler)
CreateServiceCatalogResponse
ServiceCatalogClient. createServiceCatalog(CreateServiceCatalogRequest request)
Method parameters in com.oracle.bmc.servicecatalog with type arguments of type CreateServiceCatalogRequest Modifier and Type Method Description Future<CreateServiceCatalogResponse>
ServiceCatalogAsync. createServiceCatalog(CreateServiceCatalogRequest request, AsyncHandler<CreateServiceCatalogRequest,CreateServiceCatalogResponse> handler)
Creates a brand new service catalog in a given compartment.Future<CreateServiceCatalogResponse>
ServiceCatalogAsyncClient. createServiceCatalog(CreateServiceCatalogRequest request, AsyncHandler<CreateServiceCatalogRequest,CreateServiceCatalogResponse> handler)
-
Uses of CreateServiceCatalogRequest in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return CreateServiceCatalogRequest Modifier and Type Method Description CreateServiceCatalogRequest
CreateServiceCatalogRequest.Builder. build()
Build the instance of CreateServiceCatalogRequest as configured by this builderCreateServiceCatalogRequest
CreateServiceCatalogRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateServiceCatalogRequest as configured by this builderMethods in com.oracle.bmc.servicecatalog.requests with parameters of type CreateServiceCatalogRequest Modifier and Type Method Description CreateServiceCatalogRequest.Builder
CreateServiceCatalogRequest.Builder. copy(CreateServiceCatalogRequest o)
Copy method to populate the builder with values from the given instance.
-