@Generated(value="OracleSDKGenerator", comments="API Version: 20230831") public class FleetAppsManagementOperationsAsyncClient extends BaseAsyncClient implements FleetAppsManagementOperationsAsync
Async client implementation for FleetAppsManagementOperations service.
There are two ways to use async client: 1. Use AsyncHandler: using AsyncHandler, if the response
to the call is an InputStream
, like getObject Api in object storage service,
developers need to process the stream in AsyncHandler, and not anywhere else, because the stream
will be closed right after the AsyncHandler is invoked.
2. Use Java Future: using Java Future, developers need to close the stream after they are done
with the Java Future.
Accessing the result should be done in a mutually exclusive manner, either through the Future or
the AsyncHandler, but not both. If the Future is used, the caller should pass in null as the
AsyncHandler. If the AsyncHandler is used, it is still safe to use the Future to determine
whether or not the request was completed via Future.isDone/isCancelled.
Please refer to
https://github.com/oracle/oci-java-sdk/blob/master/bmc-examples/src/main/java/ResteasyClientWithObjectStorageExample.java
Modifier and Type | Class and Description |
---|---|
static class |
FleetAppsManagementOperationsAsyncClient.Builder
Builder class for this client.
|
Modifier and Type | Field and Description |
---|---|
String |
clientCommonLibraryVersion
Compatible SDK version, provided by the codegen.
|
Optional<String> |
minimumClientCommonLibraryVersionFromClient
Minimum compatible SDK version, maybe provided by the codegen.
|
static Service |
SERVICE
Service instance for FleetAppsManagementOperations.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
close
public static final Service SERVICE
Service instance for FleetAppsManagementOperations.
public final String clientCommonLibraryVersion
@Deprecated public FleetAppsManagementOperationsAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see FleetAppsManagementOperationsAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)@Deprecated public FleetAppsManagementOperationsAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see FleetAppsManagementOperationsAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
@Deprecated public FleetAppsManagementOperationsAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see FleetAppsManagementOperationsAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
@Deprecated public FleetAppsManagementOperationsAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see FleetAppsManagementOperationsAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
@Deprecated public FleetAppsManagementOperationsAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see FleetAppsManagementOperationsAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
additionalClientConfigurators
- ClientBuilderBase.additionalClientConfigurators
@Deprecated public FleetAppsManagementOperationsAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see FleetAppsManagementOperationsAsyncClient.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)
@Deprecated public FleetAppsManagementOperationsAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see FleetAppsManagementOperationsAsyncClient.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
public static FleetAppsManagementOperationsAsyncClient.Builder builder()
Create a builder for this client.
public void setRegion(Region region)
FleetAppsManagementOperationsAsync
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the
endpoint. If the service is not available in this region, however, an
IllegalArgumentException will be raised.
setRegion
in interface FleetAppsManagementOperationsAsync
region
- The region of the service.public void setRegion(String regionId)
FleetAppsManagementOperationsAsync
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 call setEndpoint
.
setRegion
in interface FleetAppsManagementOperationsAsync
regionId
- The public region ID.public Future<CreatePatchResponse> createPatch(CreatePatchRequest request, AsyncHandler<CreatePatchRequest,CreatePatchResponse> handler)
FleetAppsManagementOperationsAsync
Creates a new Patch.
createPatch
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateSchedulerDefinitionResponse> createSchedulerDefinition(CreateSchedulerDefinitionRequest request, AsyncHandler<CreateSchedulerDefinitionRequest,CreateSchedulerDefinitionResponse> handler)
FleetAppsManagementOperationsAsync
Create a SchedulerDefinition to perform lifecycle operations.
createSchedulerDefinition
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeletePatchResponse> deletePatch(DeletePatchRequest request, AsyncHandler<DeletePatchRequest,DeletePatchResponse> handler)
FleetAppsManagementOperationsAsync
Deletes a Patch resource by identifier
deletePatch
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteSchedulerDefinitionResponse> deleteSchedulerDefinition(DeleteSchedulerDefinitionRequest request, AsyncHandler<DeleteSchedulerDefinitionRequest,DeleteSchedulerDefinitionResponse> handler)
FleetAppsManagementOperationsAsync
Deletes a SchedulerDefinition resource by identifier
deleteSchedulerDefinition
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteSchedulerJobResponse> deleteSchedulerJob(DeleteSchedulerJobRequest request, AsyncHandler<DeleteSchedulerJobRequest,DeleteSchedulerJobResponse> handler)
FleetAppsManagementOperationsAsync
Delete a lifecycle operation schedule in Fleet Application Management.
deleteSchedulerJob
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ExportComplianceReportResponse> exportComplianceReport(ExportComplianceReportRequest request, AsyncHandler<ExportComplianceReportRequest,ExportComplianceReportResponse> handler)
FleetAppsManagementOperationsAsync
Generate Compliance Report
exportComplianceReport
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetExecutionResponse> getExecution(GetExecutionRequest request, AsyncHandler<GetExecutionRequest,GetExecutionResponse> handler)
FleetAppsManagementOperationsAsync
Get Task Execution by Identifier for a Resource within an action group.
getExecution
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetJobActivityResponse> getJobActivity(GetJobActivityRequest request, AsyncHandler<GetJobActivityRequest,GetJobActivityResponse> handler)
FleetAppsManagementOperationsAsync
Gets activity details by identifier for a job.
getJobActivity
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetPatchResponse> getPatch(GetPatchRequest request, AsyncHandler<GetPatchRequest,GetPatchResponse> handler)
FleetAppsManagementOperationsAsync
Gets a Patch by identifier
getPatch
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetSchedulerDefinitionResponse> getSchedulerDefinition(GetSchedulerDefinitionRequest request, AsyncHandler<GetSchedulerDefinitionRequest,GetSchedulerDefinitionResponse> handler)
FleetAppsManagementOperationsAsync
Get the details of a SchedulerDefinition that performs lifecycle management operations.
getSchedulerDefinition
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetSchedulerJobResponse> getSchedulerJob(GetSchedulerJobRequest request, AsyncHandler<GetSchedulerJobRequest,GetSchedulerJobResponse> handler)
FleetAppsManagementOperationsAsync
Get the details of a lifecycle management operations job in Fleet Application Management.
getSchedulerJob
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListComplianceRecordsResponse> listComplianceRecords(ListComplianceRecordsRequest request, AsyncHandler<ListComplianceRecordsRequest,ListComplianceRecordsResponse> handler)
FleetAppsManagementOperationsAsync
Gets a list of complianceDetails.
listComplianceRecords
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListExecutionsResponse> listExecutions(ListExecutionsRequest request, AsyncHandler<ListExecutionsRequest,ListExecutionsResponse> handler)
FleetAppsManagementOperationsAsync
Returns a list of Task Executions for a Resource.
listExecutions
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListPatchesResponse> listPatches(ListPatchesRequest request, AsyncHandler<ListPatchesRequest,ListPatchesResponse> handler)
FleetAppsManagementOperationsAsync
Returns a list of Patches.
listPatches
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListResourcesResponse> listResources(ListResourcesRequest request, AsyncHandler<ListResourcesRequest,ListResourcesResponse> handler)
FleetAppsManagementOperationsAsync
Returns a list of resources for an Activity Execution.
listResources
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListScheduledFleetsResponse> listScheduledFleets(ListScheduledFleetsRequest request, AsyncHandler<ListScheduledFleetsRequest,ListScheduledFleetsResponse> handler)
FleetAppsManagementOperationsAsync
Returns a list of ScheduledFleets.
listScheduledFleets
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListSchedulerDefinitionsResponse> listSchedulerDefinitions(ListSchedulerDefinitionsRequest request, AsyncHandler<ListSchedulerDefinitionsRequest,ListSchedulerDefinitionsResponse> handler)
FleetAppsManagementOperationsAsync
List all lifecycle management schedules in Fleet Application Management.
listSchedulerDefinitions
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListSchedulerJobsResponse> listSchedulerJobs(ListSchedulerJobsRequest request, AsyncHandler<ListSchedulerJobsRequest,ListSchedulerJobsResponse> handler)
FleetAppsManagementOperationsAsync
List scheduled lifecycle operation jobs in Fleet Application Management.
listSchedulerJobs
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListStepsResponse> listSteps(ListStepsRequest request, AsyncHandler<ListStepsRequest,ListStepsResponse> handler)
FleetAppsManagementOperationsAsync
Returns a list of Steps for an Activity Execution.
listSteps
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ManageJobExecutionResponse> manageJobExecution(ManageJobExecutionRequest request, AsyncHandler<ManageJobExecutionRequest,ManageJobExecutionResponse> handler)
FleetAppsManagementOperationsAsync
Manage execution actions for a Job like retrying or pausing a task.
manageJobExecution
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SummarizeComplianceRecordCountsResponse> summarizeComplianceRecordCounts(SummarizeComplianceRecordCountsRequest request, AsyncHandler<SummarizeComplianceRecordCountsRequest,SummarizeComplianceRecordCountsResponse> handler)
FleetAppsManagementOperationsAsync
Retrieve aggregated summary information of ComplianceRecords within a Tenancy.
summarizeComplianceRecordCounts
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SummarizeManagedEntityCountsResponse> summarizeManagedEntityCounts(SummarizeManagedEntityCountsRequest request, AsyncHandler<SummarizeManagedEntityCountsRequest,SummarizeManagedEntityCountsResponse> handler)
FleetAppsManagementOperationsAsync
Retrieve aggregated summary information of Managed Entities within a Tenancy.
summarizeManagedEntityCounts
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<SummarizeSchedulerJobCountsResponse> summarizeSchedulerJobCounts(SummarizeSchedulerJobCountsRequest request, AsyncHandler<SummarizeSchedulerJobCountsRequest,SummarizeSchedulerJobCountsResponse> handler)
FleetAppsManagementOperationsAsync
Retrieve aggregated summary information of Scheduler Jobs within a Tenancy.
summarizeSchedulerJobCounts
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdatePatchResponse> updatePatch(UpdatePatchRequest request, AsyncHandler<UpdatePatchRequest,UpdatePatchResponse> handler)
FleetAppsManagementOperationsAsync
Updates the Patch
updatePatch
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdateSchedulerDefinitionResponse> updateSchedulerDefinition(UpdateSchedulerDefinitionRequest request, AsyncHandler<UpdateSchedulerDefinitionRequest,UpdateSchedulerDefinitionResponse> handler)
FleetAppsManagementOperationsAsync
Update the details of a SchedulerDefinition that performs lifecycle management operations.
updateSchedulerDefinition
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdateSchedulerJobResponse> updateSchedulerJob(UpdateSchedulerJobRequest request, AsyncHandler<UpdateSchedulerJobRequest,UpdateSchedulerJobResponse> handler)
FleetAppsManagementOperationsAsync
Update a lifecycle operation job schedule in Fleet Application Management.
updateSchedulerJob
in interface FleetAppsManagementOperationsAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.protected ClientConfigurator getDefaultConfigurator()
public void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)
useOfRealmSpecificEndpointTemplateEnabled
- This flag can be set to true or false to
enable or disable the use of realm-specific endpoint template respectivelypublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap)
endpoint
- The endpoint template in userequiredParametersMap
- Map of parameter name as key and value set in request path or
query parameter as valuepublic final void updateBaseEndpoint(String endpoint)
endpoint
- The updated endpoint to usepublic final void setEndpoint(String endpoint)
public final String getEndpoint()
public final void refreshClient()
HttpClient
. This will call ClientConfigurator
s again, and
can be used to e.g. refresh the SSL certificate.public final void close()
close
in interface AutoCloseable
public String getClientCommonLibraryVersion()
public Optional<String> getMinimumClientCommonLibraryVersionFromClient()
protected <REQ extends BmcRequest<?>,RESP extends BmcResponse,RESP_BUILDER extends BmcResponse.Builder<RESP>> ClientCall<REQ,RESP,RESP_BUILDER> clientCall(REQ request, Supplier<RESP_BUILDER> responseBuilder)
Copyright © 2016–2024. All rights reserved.