Class ServiceCatalogClient
- java.lang.Object
- 
- com.oracle.bmc.http.internal.BaseSyncClient
- 
- com.oracle.bmc.servicecatalog.ServiceCatalogClient
 
 
- 
- All Implemented Interfaces:
- ServiceCatalog,- AutoCloseable
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210527") public class ServiceCatalogClient extends BaseSyncClient implements ServiceCatalog
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classServiceCatalogClient.BuilderBuilder class for this client.
 - 
Field SummaryFields Modifier and Type Field Description StringclientCommonLibraryVersionCompatible SDK version, provided by the codegen.Optional<String>minimumClientCommonLibraryVersionFromClientMinimum compatible SDK version, maybe provided by the codegen.static ServiceSERVICEService instance for ServiceCatalog.
 - 
Constructor SummaryConstructors Constructor Description ServiceCatalogClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.ServiceCatalogClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.ServiceCatalogClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.ServiceCatalogClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.ServiceCatalogClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)Deprecated.Use thebuilderinstead.ServiceCatalogClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.ServiceCatalogClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.ServiceCatalogClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceCatalogClient.Builderbuilder()Create a builder for this client.BulkReplaceServiceCatalogAssociationsResponsebulkReplaceServiceCatalogAssociations(BulkReplaceServiceCatalogAssociationsRequest request)Replace all associations of a given service catalog in one bulk transaction.ChangePrivateApplicationCompartmentResponsechangePrivateApplicationCompartment(ChangePrivateApplicationCompartmentRequest request)Moves the specified private application from one compartment to another.ChangeServiceCatalogCompartmentResponsechangeServiceCatalogCompartment(ChangeServiceCatalogCompartmentRequest request)Moves the specified service catalog from one compartment to another.voidclose()CreatePrivateApplicationResponsecreatePrivateApplication(CreatePrivateApplicationRequest request)Creates a private application along with a single package to be hosted.CreateServiceCatalogResponsecreateServiceCatalog(CreateServiceCatalogRequest request)Creates a brand new service catalog in a given compartment.CreateServiceCatalogAssociationResponsecreateServiceCatalogAssociation(CreateServiceCatalogAssociationRequest request)Creates an association between service catalog and a resource.DeletePrivateApplicationResponsedeletePrivateApplication(DeletePrivateApplicationRequest request)Deletes an existing private application.DeleteServiceCatalogResponsedeleteServiceCatalog(DeleteServiceCatalogRequest request)Deletes the specified service catalog from the compartment.DeleteServiceCatalogAssociationResponsedeleteServiceCatalogAssociation(DeleteServiceCatalogAssociationRequest request)Removes an association between service catalog and a resource.StringgetClientCommonLibraryVersion()protected ClientConfiguratorgetDefaultConfigurator()StringgetEndpoint()Optional<String>getMinimumClientCommonLibraryVersionFromClient()ServiceCatalogPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetPrivateApplicationResponsegetPrivateApplication(GetPrivateApplicationRequest request)Gets the details of the specified private application.GetPrivateApplicationActionDownloadLogoResponsegetPrivateApplicationActionDownloadLogo(GetPrivateApplicationActionDownloadLogoRequest request)Downloads the binary payload of the logo image of the private application.GetPrivateApplicationPackageResponsegetPrivateApplicationPackage(GetPrivateApplicationPackageRequest request)Gets the details of a specific package within a given private application.GetPrivateApplicationPackageActionDownloadConfigResponsegetPrivateApplicationPackageActionDownloadConfig(GetPrivateApplicationPackageActionDownloadConfigRequest request)Downloads the configuration that was used to create the private application package.GetServiceCatalogResponsegetServiceCatalog(GetServiceCatalogRequest request)Gets detailed information about the service catalog including name, compartmentIdGetServiceCatalogAssociationResponsegetServiceCatalogAssociation(GetServiceCatalogAssociationRequest request)Gets detailed information about specific service catalog association.ServiceCatalogWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.GetWorkRequestResponsegetWorkRequest(GetWorkRequestRequest request)Gets the status of the work request with the given ID.ListApplicationsResponselistApplications(ListApplicationsRequest request)Lists all the applications in a service catalog or a tenancy.ListPrivateApplicationPackagesResponselistPrivateApplicationPackages(ListPrivateApplicationPackagesRequest request)Lists the packages in the specified private application.ListPrivateApplicationsResponselistPrivateApplications(ListPrivateApplicationsRequest request)Lists all the private applications in a given compartment.ListServiceCatalogAssociationsResponselistServiceCatalogAssociations(ListServiceCatalogAssociationsRequest request)Lists all the resource associations for a specific service catalog.ListServiceCatalogsResponselistServiceCatalogs(ListServiceCatalogsRequest request)Lists all the service catalogs in the given compartment.ListWorkRequestErrorsResponselistWorkRequestErrors(ListWorkRequestErrorsRequest request)Return a (paginated) list of errors for a given work request.ListWorkRequestLogsResponselistWorkRequestLogs(ListWorkRequestLogsRequest request)Return a (paginated) list of logs for a given work request.ListWorkRequestsResponselistWorkRequests(ListWorkRequestsRequest request)Lists the work requests in a compartment.voidpopulateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)Populate the parameters in the endpoint with its corresponding value and update the base endpoint.voidrefreshClient()Rebuild the backingHttpClient.voidsetEndpoint(String endpoint)voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).voidupdateBaseEndpoint(String endpoint)This method should be used for parameterized endpoint templates only.UpdatePrivateApplicationResponseupdatePrivateApplication(UpdatePrivateApplicationRequest request)Updates the details of an existing private application.UpdateServiceCatalogResponseupdateServiceCatalog(UpdateServiceCatalogRequest request)Updates the details of a previously created service catalog.voiduseRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)This method should be used to enable or disable the use of realm-specific endpoint template.- 
Methods inherited from class com.oracle.bmc.http.internal.BaseSyncClientclientCall
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.AutoCloseableclose
 - 
Methods inherited from interface com.oracle.bmc.servicecatalog.ServiceCataloggetEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
 
- 
 
- 
- 
- 
Constructor Detail- 
ServiceCatalogClient@Deprecated public ServiceCatalogClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ServiceCatalogClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
 
 - 
ServiceCatalogClient@Deprecated public ServiceCatalogClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ServiceCatalogClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
 
 - 
ServiceCatalogClient@Deprecated public ServiceCatalogClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ServiceCatalogClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
 
 - 
ServiceCatalogClient@Deprecated public ServiceCatalogClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ServiceCatalogClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
 
 - 
ServiceCatalogClient@Deprecated public ServiceCatalogClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ServiceCatalogClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
 
 - 
ServiceCatalogClient@Deprecated public ServiceCatalogClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ServiceCatalogClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
 
 - 
ServiceCatalogClient@Deprecated public ServiceCatalogClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ServiceCatalogClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
 
 - 
ServiceCatalogClient@Deprecated public ServiceCatalogClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ServiceCatalogClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
- executorService-- ServiceCatalogClient.Builder.executorService
 
 
- 
 - 
Method Detail- 
builderpublic static ServiceCatalogClient.Builder builder() Create a builder for this client.- Returns:
- builder
 
 - 
setRegionpublic void setRegion(Region region) Description copied from interface:ServiceCatalogSets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Specified by:
- setRegionin interface- ServiceCatalog
- Parameters:
- region- The region of the service.
 
 - 
setRegionpublic void setRegion(String regionId) Description copied from interface:ServiceCatalogSets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Specified by:
- setRegionin interface- ServiceCatalog
- Parameters:
- regionId- The public region ID.
 
 - 
bulkReplaceServiceCatalogAssociationspublic BulkReplaceServiceCatalogAssociationsResponse bulkReplaceServiceCatalogAssociations(BulkReplaceServiceCatalogAssociationsRequest request) Description copied from interface:ServiceCatalogReplace all associations of a given service catalog in one bulk transaction.- Specified by:
- bulkReplaceServiceCatalogAssociationsin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changePrivateApplicationCompartmentpublic ChangePrivateApplicationCompartmentResponse changePrivateApplicationCompartment(ChangePrivateApplicationCompartmentRequest request) Description copied from interface:ServiceCatalogMoves the specified private application from one compartment to another.- Specified by:
- changePrivateApplicationCompartmentin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeServiceCatalogCompartmentpublic ChangeServiceCatalogCompartmentResponse changeServiceCatalogCompartment(ChangeServiceCatalogCompartmentRequest request) Description copied from interface:ServiceCatalogMoves the specified service catalog from one compartment to another.- Specified by:
- changeServiceCatalogCompartmentin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createPrivateApplicationpublic CreatePrivateApplicationResponse createPrivateApplication(CreatePrivateApplicationRequest request) Description copied from interface:ServiceCatalogCreates a private application along with a single package to be hosted.- Specified by:
- createPrivateApplicationin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createServiceCatalogpublic CreateServiceCatalogResponse createServiceCatalog(CreateServiceCatalogRequest request) Description copied from interface:ServiceCatalogCreates a brand new service catalog in a given compartment.- Specified by:
- createServiceCatalogin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createServiceCatalogAssociationpublic CreateServiceCatalogAssociationResponse createServiceCatalogAssociation(CreateServiceCatalogAssociationRequest request) Description copied from interface:ServiceCatalogCreates an association between service catalog and a resource.- Specified by:
- createServiceCatalogAssociationin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deletePrivateApplicationpublic DeletePrivateApplicationResponse deletePrivateApplication(DeletePrivateApplicationRequest request) Description copied from interface:ServiceCatalogDeletes an existing private application.- Specified by:
- deletePrivateApplicationin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteServiceCatalogpublic DeleteServiceCatalogResponse deleteServiceCatalog(DeleteServiceCatalogRequest request) Description copied from interface:ServiceCatalogDeletes the specified service catalog from the compartment.- Specified by:
- deleteServiceCatalogin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteServiceCatalogAssociationpublic DeleteServiceCatalogAssociationResponse deleteServiceCatalogAssociation(DeleteServiceCatalogAssociationRequest request) Description copied from interface:ServiceCatalogRemoves an association between service catalog and a resource.- Specified by:
- deleteServiceCatalogAssociationin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getPrivateApplicationpublic GetPrivateApplicationResponse getPrivateApplication(GetPrivateApplicationRequest request) Description copied from interface:ServiceCatalogGets the details of the specified private application.- Specified by:
- getPrivateApplicationin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getPrivateApplicationActionDownloadLogopublic GetPrivateApplicationActionDownloadLogoResponse getPrivateApplicationActionDownloadLogo(GetPrivateApplicationActionDownloadLogoRequest request) Description copied from interface:ServiceCatalogDownloads the binary payload of the logo image of the private application.- Specified by:
- getPrivateApplicationActionDownloadLogoin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getPrivateApplicationPackagepublic GetPrivateApplicationPackageResponse getPrivateApplicationPackage(GetPrivateApplicationPackageRequest request) Description copied from interface:ServiceCatalogGets the details of a specific package within a given private application.- Specified by:
- getPrivateApplicationPackagein interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getPrivateApplicationPackageActionDownloadConfigpublic GetPrivateApplicationPackageActionDownloadConfigResponse getPrivateApplicationPackageActionDownloadConfig(GetPrivateApplicationPackageActionDownloadConfigRequest request) Description copied from interface:ServiceCatalogDownloads the configuration that was used to create the private application package.- Specified by:
- getPrivateApplicationPackageActionDownloadConfigin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getServiceCatalogpublic GetServiceCatalogResponse getServiceCatalog(GetServiceCatalogRequest request) Description copied from interface:ServiceCatalogGets detailed information about the service catalog including name, compartmentId- Specified by:
- getServiceCatalogin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getServiceCatalogAssociationpublic GetServiceCatalogAssociationResponse getServiceCatalogAssociation(GetServiceCatalogAssociationRequest request) Description copied from interface:ServiceCatalogGets detailed information about specific service catalog association.- Specified by:
- getServiceCatalogAssociationin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWorkRequestpublic GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request) Description copied from interface:ServiceCatalogGets the status of the work request with the given ID.- Specified by:
- getWorkRequestin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listApplicationspublic ListApplicationsResponse listApplications(ListApplicationsRequest request) Description copied from interface:ServiceCatalogLists all the applications in a service catalog or a tenancy.If no parameter is specified, all catalogs from all compartments in the tenancy will be scanned for any type of content. - Specified by:
- listApplicationsin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listPrivateApplicationPackagespublic ListPrivateApplicationPackagesResponse listPrivateApplicationPackages(ListPrivateApplicationPackagesRequest request) Description copied from interface:ServiceCatalogLists the packages in the specified private application.- Specified by:
- listPrivateApplicationPackagesin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listPrivateApplicationspublic ListPrivateApplicationsResponse listPrivateApplications(ListPrivateApplicationsRequest request) Description copied from interface:ServiceCatalogLists all the private applications in a given compartment.- Specified by:
- listPrivateApplicationsin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listServiceCatalogAssociationspublic ListServiceCatalogAssociationsResponse listServiceCatalogAssociations(ListServiceCatalogAssociationsRequest request) Description copied from interface:ServiceCatalogLists all the resource associations for a specific service catalog.- Specified by:
- listServiceCatalogAssociationsin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listServiceCatalogspublic ListServiceCatalogsResponse listServiceCatalogs(ListServiceCatalogsRequest request) Description copied from interface:ServiceCatalogLists all the service catalogs in the given compartment.- Specified by:
- listServiceCatalogsin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listWorkRequestErrorspublic ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request) Description copied from interface:ServiceCatalogReturn a (paginated) list of errors for a given work request.- Specified by:
- listWorkRequestErrorsin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listWorkRequestLogspublic ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request) Description copied from interface:ServiceCatalogReturn a (paginated) list of logs for a given work request.- Specified by:
- listWorkRequestLogsin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listWorkRequestspublic ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request) Description copied from interface:ServiceCatalogLists the work requests in a compartment.- Specified by:
- listWorkRequestsin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updatePrivateApplicationpublic UpdatePrivateApplicationResponse updatePrivateApplication(UpdatePrivateApplicationRequest request) Description copied from interface:ServiceCatalogUpdates the details of an existing private application.- Specified by:
- updatePrivateApplicationin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateServiceCatalogpublic UpdateServiceCatalogResponse updateServiceCatalog(UpdateServiceCatalogRequest request) Description copied from interface:ServiceCatalogUpdates the details of a previously created service catalog.- Specified by:
- updateServiceCatalogin interface- ServiceCatalog
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWaiterspublic ServiceCatalogWaiters getWaiters() Description copied from interface:ServiceCatalogGets the pre-configured waiters available for resources for this service.- Specified by:
- getWaitersin interface- ServiceCatalog
- Returns:
- The service waiters.
 
 - 
getPaginatorspublic ServiceCatalogPaginators getPaginators() Description copied from interface:ServiceCatalogGets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Specified by:
- getPaginatorsin interface- ServiceCatalog
- Returns:
- The service paginators.
 
 - 
getDefaultConfiguratorprotected ClientConfigurator getDefaultConfigurator() 
 - 
useRealmSpecificEndpointTemplatepublic void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled) This method should be used to enable or disable the use of realm-specific endpoint template.The default value is null. To enable the use of endpoint template defined for the realm in use, set the flag to true To disable the use of endpoint template defined for the realm in use, set the flag to false - Parameters:
- useOfRealmSpecificEndpointTemplateEnabled- This flag can be set to true or false to enable or disable the use of realm-specific endpoint template respectively
 
 - 
populateServiceParametersInEndpointpublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap) Populate the parameters in the endpoint with its corresponding value and update the base endpoint.The value will be populated iff the parameter in endpoint is a required request path parameter or a required request query parameter. If not, the parameter in the endpoint will be ignored and left blank. - Parameters:
- endpoint- The endpoint template in use
- requiredParametersMap- Map of parameter name as key and value set in request path or query parameter as value
 
 - 
updateBaseEndpointpublic final void updateBaseEndpoint(String endpoint) This method should be used for parameterized endpoint templates only.This does not include {region} and {secondLevelDomain} parameters. - Parameters:
- endpoint- The updated endpoint to use
 
 - 
setEndpointpublic final void setEndpoint(String endpoint) 
 - 
getEndpointpublic final String getEndpoint() 
 - 
refreshClientpublic final void refreshClient() Rebuild the backingHttpClient.This will call ClientConfigurators again, and can be used to e.g. refresh the SSL certificate.
 - 
closepublic final void close() - Specified by:
- closein interface- AutoCloseable
 
 - 
getClientCommonLibraryVersionpublic String getClientCommonLibraryVersion() 
 
- 
 
-