@Generated(value="OracleSDKGenerator", comments="API Version: 20230831") public interface FleetAppsManagementAdminAsync extends AutoCloseable
Fleet Application Management provides a centralized platform to help you automate resource management tasks, validate patch compliance, and enhance operational efficiency across an enterprise.
close
void refreshClient()
Rebuilds the client from scratch. Useful to refresh certificates.
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
endpoint
- The endpoint of the serice.String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
void setRegion(Region region)
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.
region
- The region of the service.void 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 call setEndpoint
.
regionId
- The public region ID.void 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”
realmSpecificEndpointTemplateEnabled
- flag to enable the use of realm specific endpoint
templateFuture<CreateCompliancePolicyRuleResponse> createCompliancePolicyRule(CreateCompliancePolicyRuleRequest request, AsyncHandler<CreateCompliancePolicyRuleRequest,CreateCompliancePolicyRuleResponse> handler)
Creates a CompliancePolicyRule.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<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.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreatePlatformConfigurationResponse> createPlatformConfiguration(CreatePlatformConfigurationRequest request, AsyncHandler<CreatePlatformConfigurationRequest,CreatePlatformConfigurationResponse> handler)
Creates a new PlatformConfiguration.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreatePropertyResponse> createProperty(CreatePropertyRequest request, AsyncHandler<CreatePropertyRequest,CreatePropertyResponse> handler)
Create a business-specific metadata property in Fleet Application Management and capture the business metadata classifications.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteCompliancePolicyRuleResponse> deleteCompliancePolicyRule(DeleteCompliancePolicyRuleRequest request, AsyncHandler<DeleteCompliancePolicyRuleRequest,DeleteCompliancePolicyRuleResponse> handler)
Deletes a CompliancePolicyRule.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteOnboardingResponse> deleteOnboarding(DeleteOnboardingRequest request, AsyncHandler<DeleteOnboardingRequest,DeleteOnboardingResponse> handler)
Deletes Fleet Application Management onboarding resource by identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeletePlatformConfigurationResponse> deletePlatformConfiguration(DeletePlatformConfigurationRequest request, AsyncHandler<DeletePlatformConfigurationRequest,DeletePlatformConfigurationResponse> handler)
Deletes a PlatformConfiguration resource by identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeletePropertyResponse> deleteProperty(DeletePropertyRequest request, AsyncHandler<DeletePropertyRequest,DeletePropertyResponse> handler)
Delete a property in Fleet Application Management.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<EnableLatestPolicyResponse> enableLatestPolicy(EnableLatestPolicyRequest request, AsyncHandler<EnableLatestPolicyRequest,EnableLatestPolicyResponse> handler)
Enable Policies for a newer version of Fleet Application Management
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetCompliancePolicyResponse> getCompliancePolicy(GetCompliancePolicyRequest request, AsyncHandler<GetCompliancePolicyRequest,GetCompliancePolicyResponse> handler)
Gets information about a CompliancePolicy.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetCompliancePolicyRuleResponse> getCompliancePolicyRule(GetCompliancePolicyRuleRequest request, AsyncHandler<GetCompliancePolicyRuleRequest,GetCompliancePolicyRuleResponse> handler)
Gets information about a CompliancePolicyRule.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetOnboardingResponse> getOnboarding(GetOnboardingRequest request, AsyncHandler<GetOnboardingRequest,GetOnboardingResponse> handler)
Gets a Fleet Application Management Onboarding by identifier.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetPlatformConfigurationResponse> getPlatformConfiguration(GetPlatformConfigurationRequest request, AsyncHandler<GetPlatformConfigurationRequest,GetPlatformConfigurationResponse> handler)
Gets a PlatformConfiguration by identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetPropertyResponse> getProperty(GetPropertyRequest request, AsyncHandler<GetPropertyRequest,GetPropertyResponse> handler)
Gets a Property by identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListCompliancePoliciesResponse> listCompliancePolicies(ListCompliancePoliciesRequest request, AsyncHandler<ListCompliancePoliciesRequest,ListCompliancePoliciesResponse> handler)
Gets a list of compliancePolicies.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListCompliancePolicyRulesResponse> listCompliancePolicyRules(ListCompliancePolicyRulesRequest request, AsyncHandler<ListCompliancePolicyRulesRequest,ListCompliancePolicyRulesResponse> handler)
Gets a list of CompliancePolicyRules.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListOnboardingPoliciesResponse> listOnboardingPolicies(ListOnboardingPoliciesRequest request, AsyncHandler<ListOnboardingPoliciesRequest,ListOnboardingPoliciesResponse> handler)
Returns a list of onboarding policy information for Fleet Application Management.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListOnboardingsResponse> listOnboardings(ListOnboardingsRequest request, AsyncHandler<ListOnboardingsRequest,ListOnboardingsResponse> handler)
Returns a list of onboarding information for the Tenancy.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListPlatformConfigurationsResponse> listPlatformConfigurations(ListPlatformConfigurationsRequest request, AsyncHandler<ListPlatformConfigurationsRequest,ListPlatformConfigurationsResponse> handler)
Returns a list of PlatformConfiguration for Tenancy.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListPropertiesResponse> listProperties(ListPropertiesRequest request, AsyncHandler<ListPropertiesRequest,ListPropertiesResponse> handler)
List properties and their values for a tenancy in Fleet Application Management.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ManageSettingsResponse> manageSettings(ManageSettingsRequest request, AsyncHandler<ManageSettingsRequest,ManageSettingsResponse> handler)
Updates the Onboarding setting
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateCompliancePolicyRuleResponse> updateCompliancePolicyRule(UpdateCompliancePolicyRuleRequest request, AsyncHandler<UpdateCompliancePolicyRuleRequest,UpdateCompliancePolicyRuleResponse> handler)
Updates a CompliancePolicyRule.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateOnboardingResponse> updateOnboarding(UpdateOnboardingRequest request, AsyncHandler<UpdateOnboardingRequest,UpdateOnboardingResponse> handler)
Updates the Onboarding
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdatePlatformConfigurationResponse> updatePlatformConfiguration(UpdatePlatformConfigurationRequest request, AsyncHandler<UpdatePlatformConfigurationRequest,UpdatePlatformConfigurationResponse> handler)
Updates the PlatformConfiguration
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdatePropertyResponse> updateProperty(UpdatePropertyRequest request, AsyncHandler<UpdatePropertyRequest,UpdatePropertyResponse> handler)
Update a property in Fleet Application Management.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Copyright © 2016–2024. All rights reserved.