Uses of Class
com.oracle.bmc.servicecatalog.requests.DeleteServiceCatalogRequest
-
Packages that use DeleteServiceCatalogRequest Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.requests -
-
Uses of DeleteServiceCatalogRequest in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog with parameters of type DeleteServiceCatalogRequest Modifier and Type Method Description DeleteServiceCatalogResponse
ServiceCatalog. deleteServiceCatalog(DeleteServiceCatalogRequest request)
Deletes the specified service catalog from the compartment.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)
DeleteServiceCatalogResponse
ServiceCatalogClient. deleteServiceCatalog(DeleteServiceCatalogRequest request)
Method parameters in com.oracle.bmc.servicecatalog with type arguments of type DeleteServiceCatalogRequest 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 DeleteServiceCatalogRequest in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return DeleteServiceCatalogRequest Modifier and Type Method Description DeleteServiceCatalogRequest
DeleteServiceCatalogRequest.Builder. build()
Build the instance of DeleteServiceCatalogRequest as configured by this builderDeleteServiceCatalogRequest
DeleteServiceCatalogRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteServiceCatalogRequest as configured by this builderMethods in com.oracle.bmc.servicecatalog.requests with parameters of type DeleteServiceCatalogRequest Modifier and Type Method Description DeleteServiceCatalogRequest.Builder
DeleteServiceCatalogRequest.Builder. copy(DeleteServiceCatalogRequest o)
Copy method to populate the builder with values from the given instance.
-