Interface WeblogicManagementServiceAsync
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- WeblogicManagementServiceAsyncClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20241101") public interface WeblogicManagementServiceAsync extends AutoCloseableWebLogic Management Service is an OCI service that enables a unified view and management of WebLogic domains in Oracle Cloud Infrastructure.Features include on-demand patching of WebLogic domains, rollback of the last applied patch, discovery and management of WebLogic instances on a compute host. 
- 
- 
Method Summary- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the serice.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets 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.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) Sets 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.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
changeWlsDomainCompartmentFuture<ChangeWlsDomainCompartmentResponse> changeWlsDomainCompartment(ChangeWlsDomainCompartmentRequest request, AsyncHandler<ChangeWlsDomainCompartmentRequest,ChangeWlsDomainCompartmentResponse> handler) Moves a WebLogic domain into a different compartment within the same tenancy.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
createAgreementRecordFuture<CreateAgreementRecordResponse> createAgreementRecord(CreateAgreementRecordRequest request, AsyncHandler<CreateAgreementRecordRequest,CreateAgreementRecordResponse> handler) Creates a terms of use agreement record for a WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
deleteWlsDomainFuture<DeleteWlsDomainResponse> deleteWlsDomain(DeleteWlsDomainRequest request, AsyncHandler<DeleteWlsDomainRequest,DeleteWlsDomainResponse> handler) Delete the WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
getAgreementFuture<GetAgreementResponse> getAgreement(GetAgreementRequest request, AsyncHandler<GetAgreementRequest,GetAgreementResponse> handler) Returns the terms and conditions of use agreement.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
getManagedInstanceFuture<GetManagedInstanceResponse> getManagedInstance(GetManagedInstanceRequest request, AsyncHandler<GetManagedInstanceRequest,GetManagedInstanceResponse> handler) Gets information about the specified managed instance.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
getManagedInstanceServerFuture<GetManagedInstanceServerResponse> getManagedInstanceServer(GetManagedInstanceServerRequest request, AsyncHandler<GetManagedInstanceServerRequest,GetManagedInstanceServerResponse> handler) Gets information about the specified server in a managed instance.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
getWlsDomainFuture<GetWlsDomainResponse> getWlsDomain(GetWlsDomainRequest request, AsyncHandler<GetWlsDomainRequest,GetWlsDomainResponse> handler) Gets a specific WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
getWlsDomainCredentialFuture<GetWlsDomainCredentialResponse> getWlsDomainCredential(GetWlsDomainCredentialRequest request, AsyncHandler<GetWlsDomainCredentialRequest,GetWlsDomainCredentialResponse> handler) Gets WebLogic and Node Manager credentials of a specific WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
getWlsDomainServerFuture<GetWlsDomainServerResponse> getWlsDomainServer(GetWlsDomainServerRequest request, AsyncHandler<GetWlsDomainServerRequest,GetWlsDomainServerResponse> handler) Gets information about the specified server in a WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
getWlsDomainServerBackupFuture<GetWlsDomainServerBackupResponse> getWlsDomainServerBackup(GetWlsDomainServerBackupRequest request, AsyncHandler<GetWlsDomainServerBackupRequest,GetWlsDomainServerBackupResponse> handler) Get details of specific backup for the WebLogic Domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
getWlsDomainServerBackupContentFuture<GetWlsDomainServerBackupContentResponse> getWlsDomainServerBackupContent(GetWlsDomainServerBackupContentRequest request, AsyncHandler<GetWlsDomainServerBackupContentRequest,GetWlsDomainServerBackupContentResponse> handler) Get details of specific backup for the WebLogic Domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
getWorkRequestFuture<GetWorkRequestResponse> getWorkRequest(GetWorkRequestRequest request, AsyncHandler<GetWorkRequestRequest,GetWorkRequestResponse> handler) Gets the details of a work request.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
installLatestPatchesOnWlsDomainFuture<InstallLatestPatchesOnWlsDomainResponse> installLatestPatchesOnWlsDomain(InstallLatestPatchesOnWlsDomainRequest request, AsyncHandler<InstallLatestPatchesOnWlsDomainRequest,InstallLatestPatchesOnWlsDomainResponse> handler) Install the latest patches on a WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listAgreementRecordsFuture<ListAgreementRecordsResponse> listAgreementRecords(ListAgreementRecordsRequest request, AsyncHandler<ListAgreementRecordsRequest,ListAgreementRecordsResponse> handler) List the terms of use agreement record for the WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listApplicablePatchesFuture<ListApplicablePatchesResponse> listApplicablePatches(ListApplicablePatchesRequest request, AsyncHandler<ListApplicablePatchesRequest,ListApplicablePatchesResponse> handler) Gets the latest patches that can be installed to the WebLogic domains.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listManagedInstanceScanResultsFuture<ListManagedInstanceScanResultsResponse> listManagedInstanceScanResults(ListManagedInstanceScanResultsRequest request, AsyncHandler<ListManagedInstanceScanResultsRequest,ListManagedInstanceScanResultsResponse> handler) Gets all the scan results for all WebLogic servers in the managed instance.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listManagedInstanceServerInstalledPatchesFuture<ListManagedInstanceServerInstalledPatchesResponse> listManagedInstanceServerInstalledPatches(ListManagedInstanceServerInstalledPatchesRequest request, AsyncHandler<ListManagedInstanceServerInstalledPatchesRequest,ListManagedInstanceServerInstalledPatchesResponse> handler) Gets a list of installed patches on a server in a managed instance.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listManagedInstanceServersFuture<ListManagedInstanceServersResponse> listManagedInstanceServers(ListManagedInstanceServersRequest request, AsyncHandler<ListManagedInstanceServersRequest,ListManagedInstanceServersResponse> handler) Gets list of servers in a specific managed instance.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listManagedInstancesFuture<ListManagedInstancesResponse> listManagedInstances(ListManagedInstancesRequest request, AsyncHandler<ListManagedInstancesRequest,ListManagedInstancesResponse> handler) Lists managed instances that match the specified compartment or managed instance OCID.Filter the list against a variety of criteria including but not limited to its name, status and compartment. - Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listRequiredPoliciesFuture<ListRequiredPoliciesResponse> listRequiredPolicies(ListRequiredPoliciesRequest request, AsyncHandler<ListRequiredPoliciesRequest,ListRequiredPoliciesResponse> handler) Gets all the required policies for the WebLogic Management Service.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listWlsDomainCredentialsFuture<ListWlsDomainCredentialsResponse> listWlsDomainCredentials(ListWlsDomainCredentialsRequest request, AsyncHandler<ListWlsDomainCredentialsRequest,ListWlsDomainCredentialsResponse> handler) Gets domain credentials of a specific domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listWlsDomainScanResultsFuture<ListWlsDomainScanResultsResponse> listWlsDomainScanResults(ListWlsDomainScanResultsRequest request, AsyncHandler<ListWlsDomainScanResultsRequest,ListWlsDomainScanResultsResponse> handler) Get all scan results for a server in a specific WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listWlsDomainServerBackupsFuture<ListWlsDomainServerBackupsResponse> listWlsDomainServerBackups(ListWlsDomainServerBackupsRequest request, AsyncHandler<ListWlsDomainServerBackupsRequest,ListWlsDomainServerBackupsResponse> handler) Gets a list of backups for the server of a specific WebLogic Domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listWlsDomainServerInstalledPatchesFuture<ListWlsDomainServerInstalledPatchesResponse> listWlsDomainServerInstalledPatches(ListWlsDomainServerInstalledPatchesRequest request, AsyncHandler<ListWlsDomainServerInstalledPatchesRequest,ListWlsDomainServerInstalledPatchesResponse> handler) Gets a list of installed patches on a server for a domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listWlsDomainServersFuture<ListWlsDomainServersResponse> listWlsDomainServers(ListWlsDomainServersRequest request, AsyncHandler<ListWlsDomainServersRequest,ListWlsDomainServersResponse> handler) Gets list of servers in a specific WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listWlsDomainsFuture<ListWlsDomainsResponse> listWlsDomains(ListWlsDomainsRequest request, AsyncHandler<ListWlsDomainsRequest,ListWlsDomainsResponse> handler) Gets all WebLogic domains in a given compartment.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listWlsDomainsSharingMiddlewaresFuture<ListWlsDomainsSharingMiddlewaresResponse> listWlsDomainsSharingMiddlewares(ListWlsDomainsSharingMiddlewaresRequest request, AsyncHandler<ListWlsDomainsSharingMiddlewaresRequest,ListWlsDomainsSharingMiddlewaresResponse> handler) Gets a list of WebLogic domains that share middleware with a specific domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listWorkRequestErrorsFuture<ListWorkRequestErrorsResponse> listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler) Lists the errors for a work request.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listWorkRequestLogsFuture<ListWorkRequestLogsResponse> listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler) Lists the logs for a work request.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
listWorkRequestsFuture<ListWorkRequestsResponse> listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler) Lists the work requests in a compartment.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
restartWlsDomainFuture<RestartWlsDomainResponse> restartWlsDomain(RestartWlsDomainRequest request, AsyncHandler<RestartWlsDomainRequest,RestartWlsDomainResponse> handler) Restarts all the servers in the WebLogic domains.Servers that are already stopped are ignored. - Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
restoreWlsDomainFuture<RestoreWlsDomainResponse> restoreWlsDomain(RestoreWlsDomainRequest request, AsyncHandler<RestoreWlsDomainRequest,RestoreWlsDomainResponse> handler) Restore a domain from backup.If the backup contains a MIDDLEWARE asset, then the middleware of the domain, including patches, will be restored. - Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
scanManagedInstanceFuture<ScanManagedInstanceResponse> scanManagedInstance(ScanManagedInstanceRequest request, AsyncHandler<ScanManagedInstanceRequest,ScanManagedInstanceResponse> handler) Scans a managed instance for WebLogic domains.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
scanWlsDomainFuture<ScanWlsDomainResponse> scanWlsDomain(ScanWlsDomainRequest request, AsyncHandler<ScanWlsDomainRequest,ScanWlsDomainResponse> handler) Runs a series of checks in the WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
setRestartOrderFuture<SetRestartOrderResponse> setRestartOrder(SetRestartOrderRequest request, AsyncHandler<SetRestartOrderRequest,SetRestartOrderResponse> handler) Sets restart order of servers in specific WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
startWlsDomainFuture<StartWlsDomainResponse> startWlsDomain(StartWlsDomainRequest request, AsyncHandler<StartWlsDomainRequest,StartWlsDomainResponse> handler) Starts all the servers in the WebLogic domain.Servers that are already started are ignored. - Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
stopWlsDomainFuture<StopWlsDomainResponse> stopWlsDomain(StopWlsDomainRequest request, AsyncHandler<StopWlsDomainRequest,StopWlsDomainResponse> handler) Stops all the servers in the WebLogic domain.Servers that are already stopped are ignored. - Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
summarizeResourceInventoryFuture<SummarizeResourceInventoryResponse> summarizeResourceInventory(SummarizeResourceInventoryRequest request, AsyncHandler<SummarizeResourceInventoryRequest,SummarizeResourceInventoryResponse> handler) Gets the data to be shown in the Overview page of the service in a given compartment.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
updateManagedInstanceFuture<UpdateManagedInstanceResponse> updateManagedInstance(UpdateManagedInstanceRequest request, AsyncHandler<UpdateManagedInstanceRequest,UpdateManagedInstanceResponse> handler) Updates the specified managed instance information, such as discovery interval and domain search path.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
updateWlsDomainFuture<UpdateWlsDomainResponse> updateWlsDomain(UpdateWlsDomainRequest request, AsyncHandler<UpdateWlsDomainRequest,UpdateWlsDomainResponse> handler) Updates a specific WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 - 
updateWlsDomainCredentialFuture<UpdateWlsDomainCredentialResponse> updateWlsDomainCredential(UpdateWlsDomainCredentialRequest request, AsyncHandler<UpdateWlsDomainCredentialRequest,UpdateWlsDomainCredentialResponse> handler) Updates WebLogic domain credentials of specific WebLogic domain.- Parameters:
- request- The request object containing the details to send
- handler- The request handler to invoke upon completion, may be null.
- Returns:
- A Future that can be used to get the response if no AsyncHandler was provided. Note, if you provide an AsyncHandler and use the Future, some types of responses (like java.io.InputStream) may not be able to be read in both places as the underlying stream may only be consumed once.
 
 
- 
 
-