Uses of Class
com.oracle.bmc.servicecatalog.responses.DeleteServiceCatalogResponse
-
Packages that use DeleteServiceCatalogResponse Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.responses -
-
Uses of DeleteServiceCatalogResponse in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog that return DeleteServiceCatalogResponse Modifier and Type Method Description DeleteServiceCatalogResponse
ServiceCatalog. deleteServiceCatalog(DeleteServiceCatalogRequest request)
Deletes the specified service catalog from the compartment.DeleteServiceCatalogResponse
ServiceCatalogClient. deleteServiceCatalog(DeleteServiceCatalogRequest request)
Methods in com.oracle.bmc.servicecatalog that return types with arguments of type DeleteServiceCatalogResponse Modifier and Type Method Description Future<DeleteServiceCatalogResponse>
ServiceCatalogAsync. deleteServiceCatalog(DeleteServiceCatalogRequest request, AsyncHandler<DeleteServiceCatalogRequest,DeleteServiceCatalogResponse> handler)
Deletes the specified service catalog from the compartment.Future<DeleteServiceCatalogResponse>
ServiceCatalogAsyncClient. deleteServiceCatalog(DeleteServiceCatalogRequest request, AsyncHandler<DeleteServiceCatalogRequest,DeleteServiceCatalogResponse> handler)
Method parameters in com.oracle.bmc.servicecatalog with type arguments of type DeleteServiceCatalogResponse Modifier and Type Method Description Future<DeleteServiceCatalogResponse>
ServiceCatalogAsync. deleteServiceCatalog(DeleteServiceCatalogRequest request, AsyncHandler<DeleteServiceCatalogRequest,DeleteServiceCatalogResponse> handler)
Deletes the specified service catalog from the compartment.Future<DeleteServiceCatalogResponse>
ServiceCatalogAsyncClient. deleteServiceCatalog(DeleteServiceCatalogRequest request, AsyncHandler<DeleteServiceCatalogRequest,DeleteServiceCatalogResponse> handler)
-
Uses of DeleteServiceCatalogResponse in com.oracle.bmc.servicecatalog.responses
Methods in com.oracle.bmc.servicecatalog.responses that return DeleteServiceCatalogResponse Modifier and Type Method Description DeleteServiceCatalogResponse
DeleteServiceCatalogResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicecatalog.responses with parameters of type DeleteServiceCatalogResponse Modifier and Type Method Description DeleteServiceCatalogResponse.Builder
DeleteServiceCatalogResponse.Builder. copy(DeleteServiceCatalogResponse o)
Copy method to populate the builder with values from the given instance.
-