@Generated(value="OracleSDKGenerator", comments="API Version: 20230831") public class FleetAppsManagementAdminAsyncClient extends BaseAsyncClient implements FleetAppsManagementAdminAsync
Async client implementation for FleetAppsManagementAdmin 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 |
FleetAppsManagementAdminAsyncClient.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 FleetAppsManagementAdmin.
|
Constructor and Description |
---|
FleetAppsManagementAdminAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Deprecated.
Use the
builder instead. |
FleetAppsManagementAdminAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Deprecated.
Use the
builder instead. |
FleetAppsManagementAdminAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
FleetAppsManagementAdminAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Deprecated.
Use the
builder instead. |
FleetAppsManagementAdminAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Deprecated.
Use the
builder instead. |
FleetAppsManagementAdminAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Deprecated.
Use the
builder instead. |
FleetAppsManagementAdminAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Deprecated.
Use the
builder instead. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
close
public static final Service SERVICE
Service instance for FleetAppsManagementAdmin.
public final String clientCommonLibraryVersion
@Deprecated public FleetAppsManagementAdminAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see FleetAppsManagementAdminAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)@Deprecated public FleetAppsManagementAdminAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see FleetAppsManagementAdminAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
@Deprecated public FleetAppsManagementAdminAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see FleetAppsManagementAdminAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
@Deprecated public FleetAppsManagementAdminAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see FleetAppsManagementAdminAsyncClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider)
)configuration
- ClientBuilderBase.configuration
clientConfigurator
- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
defaultRequestSignerFactory
- ClientBuilderBase.requestSignerFactory
@Deprecated public FleetAppsManagementAdminAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
builder
instead.Create a new client instance.
authenticationDetailsProvider
- The authentication details (see FleetAppsManagementAdminAsyncClient.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 FleetAppsManagementAdminAsyncClient(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 FleetAppsManagementAdminAsyncClient.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 FleetAppsManagementAdminAsyncClient(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 FleetAppsManagementAdminAsyncClient.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 FleetAppsManagementAdminAsyncClient.Builder builder()
Create a builder for this client.
public void setRegion(Region region)
FleetAppsManagementAdminAsync
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 FleetAppsManagementAdminAsync
region
- The region of the service.public void setRegion(String regionId)
FleetAppsManagementAdminAsync
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 FleetAppsManagementAdminAsync
regionId
- The public region ID.public Future<CreateCompliancePolicyRuleResponse> createCompliancePolicyRule(CreateCompliancePolicyRuleRequest request, AsyncHandler<CreateCompliancePolicyRuleRequest,CreateCompliancePolicyRuleResponse> handler)
FleetAppsManagementAdminAsync
Creates a CompliancePolicyRule.
createCompliancePolicyRule
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateOnboardingResponse> createOnboarding(CreateOnboardingRequest request, AsyncHandler<CreateOnboardingRequest,CreateOnboardingResponse> handler)
FleetAppsManagementAdminAsync
Onboard a tenant to Fleet Application Management. The onboarding process lets Fleet Application Management create a few required policies that you need to start using it and its features.
createOnboarding
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreatePlatformConfigurationResponse> createPlatformConfiguration(CreatePlatformConfigurationRequest request, AsyncHandler<CreatePlatformConfigurationRequest,CreatePlatformConfigurationResponse> handler)
FleetAppsManagementAdminAsync
Creates a new PlatformConfiguration.
createPlatformConfiguration
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreatePropertyResponse> createProperty(CreatePropertyRequest request, AsyncHandler<CreatePropertyRequest,CreatePropertyResponse> handler)
FleetAppsManagementAdminAsync
Create a business-specific metadata property in Fleet Application Management and capture the business metadata classifications.
createProperty
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteCompliancePolicyRuleResponse> deleteCompliancePolicyRule(DeleteCompliancePolicyRuleRequest request, AsyncHandler<DeleteCompliancePolicyRuleRequest,DeleteCompliancePolicyRuleResponse> handler)
FleetAppsManagementAdminAsync
Deletes a CompliancePolicyRule.
deleteCompliancePolicyRule
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteOnboardingResponse> deleteOnboarding(DeleteOnboardingRequest request, AsyncHandler<DeleteOnboardingRequest,DeleteOnboardingResponse> handler)
FleetAppsManagementAdminAsync
Deletes Fleet Application Management onboarding resource by identifier
deleteOnboarding
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeletePlatformConfigurationResponse> deletePlatformConfiguration(DeletePlatformConfigurationRequest request, AsyncHandler<DeletePlatformConfigurationRequest,DeletePlatformConfigurationResponse> handler)
FleetAppsManagementAdminAsync
Deletes a PlatformConfiguration resource by identifier
deletePlatformConfiguration
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeletePropertyResponse> deleteProperty(DeletePropertyRequest request, AsyncHandler<DeletePropertyRequest,DeletePropertyResponse> handler)
FleetAppsManagementAdminAsync
Delete a property in Fleet Application Management.
deleteProperty
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<EnableLatestPolicyResponse> enableLatestPolicy(EnableLatestPolicyRequest request, AsyncHandler<EnableLatestPolicyRequest,EnableLatestPolicyResponse> handler)
FleetAppsManagementAdminAsync
Enable Policies for a newer version of Fleet Application Management
enableLatestPolicy
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetCompliancePolicyResponse> getCompliancePolicy(GetCompliancePolicyRequest request, AsyncHandler<GetCompliancePolicyRequest,GetCompliancePolicyResponse> handler)
FleetAppsManagementAdminAsync
Gets information about a CompliancePolicy.
getCompliancePolicy
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetCompliancePolicyRuleResponse> getCompliancePolicyRule(GetCompliancePolicyRuleRequest request, AsyncHandler<GetCompliancePolicyRuleRequest,GetCompliancePolicyRuleResponse> handler)
FleetAppsManagementAdminAsync
Gets information about a CompliancePolicyRule.
getCompliancePolicyRule
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetOnboardingResponse> getOnboarding(GetOnboardingRequest request, AsyncHandler<GetOnboardingRequest,GetOnboardingResponse> handler)
FleetAppsManagementAdminAsync
Gets a Fleet Application Management Onboarding by identifier.
getOnboarding
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetPlatformConfigurationResponse> getPlatformConfiguration(GetPlatformConfigurationRequest request, AsyncHandler<GetPlatformConfigurationRequest,GetPlatformConfigurationResponse> handler)
FleetAppsManagementAdminAsync
Gets a PlatformConfiguration by identifier
getPlatformConfiguration
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetPropertyResponse> getProperty(GetPropertyRequest request, AsyncHandler<GetPropertyRequest,GetPropertyResponse> handler)
FleetAppsManagementAdminAsync
Gets a Property by identifier
getProperty
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListCompliancePoliciesResponse> listCompliancePolicies(ListCompliancePoliciesRequest request, AsyncHandler<ListCompliancePoliciesRequest,ListCompliancePoliciesResponse> handler)
FleetAppsManagementAdminAsync
Gets a list of compliancePolicies.
listCompliancePolicies
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListCompliancePolicyRulesResponse> listCompliancePolicyRules(ListCompliancePolicyRulesRequest request, AsyncHandler<ListCompliancePolicyRulesRequest,ListCompliancePolicyRulesResponse> handler)
FleetAppsManagementAdminAsync
Gets a list of CompliancePolicyRules.
listCompliancePolicyRules
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListOnboardingPoliciesResponse> listOnboardingPolicies(ListOnboardingPoliciesRequest request, AsyncHandler<ListOnboardingPoliciesRequest,ListOnboardingPoliciesResponse> handler)
FleetAppsManagementAdminAsync
Returns a list of onboarding policy information for Fleet Application Management.
listOnboardingPolicies
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListOnboardingsResponse> listOnboardings(ListOnboardingsRequest request, AsyncHandler<ListOnboardingsRequest,ListOnboardingsResponse> handler)
FleetAppsManagementAdminAsync
Returns a list of onboarding information for the Tenancy.
listOnboardings
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListPlatformConfigurationsResponse> listPlatformConfigurations(ListPlatformConfigurationsRequest request, AsyncHandler<ListPlatformConfigurationsRequest,ListPlatformConfigurationsResponse> handler)
FleetAppsManagementAdminAsync
Returns a list of PlatformConfiguration for Tenancy.
listPlatformConfigurations
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListPropertiesResponse> listProperties(ListPropertiesRequest request, AsyncHandler<ListPropertiesRequest,ListPropertiesResponse> handler)
FleetAppsManagementAdminAsync
List properties and their values for a tenancy in Fleet Application Management.
listProperties
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ManageSettingsResponse> manageSettings(ManageSettingsRequest request, AsyncHandler<ManageSettingsRequest,ManageSettingsResponse> handler)
FleetAppsManagementAdminAsync
Updates the Onboarding setting
manageSettings
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdateCompliancePolicyRuleResponse> updateCompliancePolicyRule(UpdateCompliancePolicyRuleRequest request, AsyncHandler<UpdateCompliancePolicyRuleRequest,UpdateCompliancePolicyRuleResponse> handler)
FleetAppsManagementAdminAsync
Updates a CompliancePolicyRule.
updateCompliancePolicyRule
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdateOnboardingResponse> updateOnboarding(UpdateOnboardingRequest request, AsyncHandler<UpdateOnboardingRequest,UpdateOnboardingResponse> handler)
FleetAppsManagementAdminAsync
Updates the Onboarding
updateOnboarding
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdatePlatformConfigurationResponse> updatePlatformConfiguration(UpdatePlatformConfigurationRequest request, AsyncHandler<UpdatePlatformConfigurationRequest,UpdatePlatformConfigurationResponse> handler)
FleetAppsManagementAdminAsync
Updates the PlatformConfiguration
updatePlatformConfiguration
in interface FleetAppsManagementAdminAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdatePropertyResponse> updateProperty(UpdatePropertyRequest request, AsyncHandler<UpdatePropertyRequest,UpdatePropertyResponse> handler)
FleetAppsManagementAdminAsync
Update a property in Fleet Application Management.
updateProperty
in interface FleetAppsManagementAdminAsync
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.