Uses of Class
com.oracle.bmc.servicecatalog.responses.CreateServiceCatalogResponse
-
Packages that use CreateServiceCatalogResponse Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.responses -
-
Uses of CreateServiceCatalogResponse in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog that return CreateServiceCatalogResponse Modifier and Type Method Description CreateServiceCatalogResponseServiceCatalog. createServiceCatalog(CreateServiceCatalogRequest request)Creates a brand new service catalog in a given compartment.CreateServiceCatalogResponseServiceCatalogClient. createServiceCatalog(CreateServiceCatalogRequest request)Methods in com.oracle.bmc.servicecatalog that return types with arguments of type CreateServiceCatalogResponse 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)Method parameters in com.oracle.bmc.servicecatalog with type arguments of type CreateServiceCatalogResponse 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 CreateServiceCatalogResponse in com.oracle.bmc.servicecatalog.responses
Methods in com.oracle.bmc.servicecatalog.responses that return CreateServiceCatalogResponse Modifier and Type Method Description CreateServiceCatalogResponseCreateServiceCatalogResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.servicecatalog.responses with parameters of type CreateServiceCatalogResponse Modifier and Type Method Description CreateServiceCatalogResponse.BuilderCreateServiceCatalogResponse.Builder. copy(CreateServiceCatalogResponse o)Copy method to populate the builder with values from the given instance.
-