Interface FleetAppsManagementAdminAsync
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- FleetAppsManagementAdminAsyncClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250228") public interface FleetAppsManagementAdminAsync extends AutoCloseableFleet Application Management provides a centralized platform to help you automate resource management tasks, validate patch compliance, and enhance operational efficiency across an enterprise.
- 
- 
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
 
 - 
changePlatformConfigurationCompartmentFuture<ChangePlatformConfigurationCompartmentResponse> changePlatformConfigurationCompartment(ChangePlatformConfigurationCompartmentRequest request, AsyncHandler<ChangePlatformConfigurationCompartmentRequest,ChangePlatformConfigurationCompartmentResponse> handler) Moves a PlatformConfiguration into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different 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.
 
 - 
changePropertyCompartmentFuture<ChangePropertyCompartmentResponse> changePropertyCompartment(ChangePropertyCompartmentRequest request, AsyncHandler<ChangePropertyCompartmentRequest,ChangePropertyCompartmentResponse> handler) Moves a Property into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different 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.
 
 - 
createCompliancePolicyRuleFuture<CreateCompliancePolicyRuleResponse> createCompliancePolicyRule(CreateCompliancePolicyRuleRequest request, AsyncHandler<CreateCompliancePolicyRuleRequest,CreateCompliancePolicyRuleResponse> handler) Creates a compliance policy rule.- 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.
 
 - 
createOnboardingFuture<CreateOnboardingResponse> createOnboarding(CreateOnboardingRequest request, AsyncHandler<CreateOnboardingRequest,CreateOnboardingResponse> handler) 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. - 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.
 
 - 
createPlatformConfigurationFuture<CreatePlatformConfigurationResponse> createPlatformConfiguration(CreatePlatformConfigurationRequest request, AsyncHandler<CreatePlatformConfigurationRequest,CreatePlatformConfigurationResponse> handler) Creates a new PlatformConfiguration.- 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.
 
 - 
createPropertyFuture<CreatePropertyResponse> createProperty(CreatePropertyRequest request, AsyncHandler<CreatePropertyRequest,CreatePropertyResponse> handler) Create a business-specific metadata property in Fleet Application Management.- 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.
 
 - 
deleteCompliancePolicyRuleFuture<DeleteCompliancePolicyRuleResponse> deleteCompliancePolicyRule(DeleteCompliancePolicyRuleRequest request, AsyncHandler<DeleteCompliancePolicyRuleRequest,DeleteCompliancePolicyRuleResponse> handler) Deletes a compliance policy rule specified by an identifier.- 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.
 
 - 
deleteOnboardingFuture<DeleteOnboardingResponse> deleteOnboarding(DeleteOnboardingRequest request, AsyncHandler<DeleteOnboardingRequest,DeleteOnboardingResponse> handler) Deletes Fleet Application Management onboarding resource by identifier- 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.
 
 - 
deletePlatformConfigurationFuture<DeletePlatformConfigurationResponse> deletePlatformConfiguration(DeletePlatformConfigurationRequest request, AsyncHandler<DeletePlatformConfigurationRequest,DeletePlatformConfigurationResponse> handler) Deletes a PlatformConfiguration resource by identifier- 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.
 
 - 
deletePropertyFuture<DeletePropertyResponse> deleteProperty(DeletePropertyRequest request, AsyncHandler<DeletePropertyRequest,DeletePropertyResponse> handler) Delete a property in Fleet Application Management.- 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.
 
 - 
enableLatestPolicyFuture<EnableLatestPolicyResponse> enableLatestPolicy(EnableLatestPolicyRequest request, AsyncHandler<EnableLatestPolicyRequest,EnableLatestPolicyResponse> handler) Enable Policies for a newer version of Fleet Application Management- 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.
 
 - 
getCompliancePolicyFuture<GetCompliancePolicyResponse> getCompliancePolicy(GetCompliancePolicyRequest request, AsyncHandler<GetCompliancePolicyRequest,GetCompliancePolicyResponse> handler) Gets information about a compliance policy.- 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.
 
 - 
getCompliancePolicyRuleFuture<GetCompliancePolicyRuleResponse> getCompliancePolicyRule(GetCompliancePolicyRuleRequest request, AsyncHandler<GetCompliancePolicyRuleRequest,GetCompliancePolicyRuleResponse> handler) Gets information about a compliance policy rule.- 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.
 
 - 
getOnboardingFuture<GetOnboardingResponse> getOnboarding(GetOnboardingRequest request, AsyncHandler<GetOnboardingRequest,GetOnboardingResponse> handler) Gets a Fleet Application Management Onboarding by identifier.- 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.
 
 - 
getPlatformConfigurationFuture<GetPlatformConfigurationResponse> getPlatformConfiguration(GetPlatformConfigurationRequest request, AsyncHandler<GetPlatformConfigurationRequest,GetPlatformConfigurationResponse> handler) Gets a PlatformConfiguration by identifier- 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.
 
 - 
getPropertyFuture<GetPropertyResponse> getProperty(GetPropertyRequest request, AsyncHandler<GetPropertyRequest,GetPropertyResponse> handler) Gets a Property by identifier- 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.
 
 - 
listCompliancePoliciesFuture<ListCompliancePoliciesResponse> listCompliancePolicies(ListCompliancePoliciesRequest request, AsyncHandler<ListCompliancePoliciesRequest,ListCompliancePoliciesResponse> handler) Returns a list of all the Compliance Policies in the specified compartment.The query parameter compartmentIdis required unless the query parameteridis specified.- 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.
 
 - 
listCompliancePolicyRulesFuture<ListCompliancePolicyRulesResponse> listCompliancePolicyRules(ListCompliancePolicyRulesRequest request, AsyncHandler<ListCompliancePolicyRulesRequest,ListCompliancePolicyRulesResponse> handler) Gets a list of Compliance policy rules 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.
 
 - 
listOnboardingPoliciesFuture<ListOnboardingPoliciesResponse> listOnboardingPolicies(ListOnboardingPoliciesRequest request, AsyncHandler<ListOnboardingPoliciesRequest,ListOnboardingPoliciesResponse> handler) Returns a list of onboarding policy information for Fleet Application Management.- 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.
 
 - 
listOnboardingsFuture<ListOnboardingsResponse> listOnboardings(ListOnboardingsRequest request, AsyncHandler<ListOnboardingsRequest,ListOnboardingsResponse> handler) Returns a list of all the onboardings in the specified root compartment (tenancy).The query parameter compartmentIdis required unless the query parameteridis specified.- 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.
 
 - 
listPlatformConfigurationsFuture<ListPlatformConfigurationsResponse> listPlatformConfigurations(ListPlatformConfigurationsRequest request, AsyncHandler<ListPlatformConfigurationsRequest,ListPlatformConfigurationsResponse> handler) Returns a list of all the Platform Configurations in the specified compartment.The query parameter compartmentIdis required unless the query parameteridis specified.- 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.
 
 - 
listPropertiesFuture<ListPropertiesResponse> listProperties(ListPropertiesRequest request, AsyncHandler<ListPropertiesRequest,ListPropertiesResponse> handler) Returns a list of all the Properties in the specified compartment.The query parameter compartmentIdis required unless the query parameteridis specified.- 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.
 
 - 
manageSettingsFuture<ManageSettingsResponse> manageSettings(ManageSettingsRequest request, AsyncHandler<ManageSettingsRequest,ManageSettingsResponse> handler) Updates the Onboarding setting- 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.
 
 - 
updateCompliancePolicyRuleFuture<UpdateCompliancePolicyRuleResponse> updateCompliancePolicyRule(UpdateCompliancePolicyRuleRequest request, AsyncHandler<UpdateCompliancePolicyRuleRequest,UpdateCompliancePolicyRuleResponse> handler) Updates a compliance policy rule specified by an identifier.- 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.
 
 - 
updateOnboardingFuture<UpdateOnboardingResponse> updateOnboarding(UpdateOnboardingRequest request, AsyncHandler<UpdateOnboardingRequest,UpdateOnboardingResponse> handler) Updates the Onboarding- 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.
 
 - 
updatePlatformConfigurationFuture<UpdatePlatformConfigurationResponse> updatePlatformConfiguration(UpdatePlatformConfigurationRequest request, AsyncHandler<UpdatePlatformConfigurationRequest,UpdatePlatformConfigurationResponse> handler) Updates the PlatformConfiguration- 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.
 
 - 
updatePropertyFuture<UpdatePropertyResponse> updateProperty(UpdatePropertyRequest request, AsyncHandler<UpdatePropertyRequest,UpdatePropertyResponse> handler) Update a property in Fleet Application Management.- 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.
 
 
- 
 
-