com.oracle.bmc.fleetappsmanagement.FleetAppsManagementAdminAsync Maven / Gradle / Ivy
Show all versions of oci-java-sdk-fleetappsmanagement Show documentation
/**
* Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
*/
package com.oracle.bmc.fleetappsmanagement;
import com.oracle.bmc.fleetappsmanagement.requests.*;
import com.oracle.bmc.fleetappsmanagement.responses.*;
/**
* Fleet Application Management provides a centralized platform to help you automate resource
* management tasks, validate patch compliance, and enhance operational efficiency across an
* enterprise.
*/
@jakarta.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20230831")
public interface FleetAppsManagementAdminAsync extends AutoCloseable {
/** Rebuilds the client from scratch. Useful to refresh certificates. */
void refreshClient();
/**
* Sets the endpoint to call (ex, https://www.example.com).
*
* @param endpoint The endpoint of the serice.
*/
void setEndpoint(String endpoint);
/** Gets the set endpoint for REST call (ex, https://www.example.com) */
String getEndpoint();
/**
* Sets the region to call (ex, Region.US_PHOENIX_1).
*
* Note, this will call {@link #setEndpoint(String) setEndpoint} after resolving the
* endpoint. If the service is not available in this region, however, an
* IllegalArgumentException will be raised.
*
* @param region The region of the service.
*/
void setRegion(com.oracle.bmc.Region region);
/**
* 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 {@link
* #setRegion(Region) setRegion}.
*
*
If no known Region could be determined, it will create an endpoint based on the default
* endpoint format ({@link com.oracle.bmc.Region#formatDefaultRegionEndpoint(Service, String)}
* and then call {@link #setEndpoint(String) setEndpoint}.
*
* @param regionId The public region ID.
*/
void setRegion(String regionId);
/**
* 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"
*
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint
* template
*/
void useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled);
/**
* Creates a CompliancePolicyRule.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future createCompliancePolicyRule(
CreateCompliancePolicyRuleRequest request,
com.oracle.bmc.responses.AsyncHandler<
CreateCompliancePolicyRuleRequest, CreateCompliancePolicyRuleResponse>
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.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future createOnboarding(
CreateOnboardingRequest request,
com.oracle.bmc.responses.AsyncHandler
handler);
/**
* Creates a new PlatformConfiguration.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future createPlatformConfiguration(
CreatePlatformConfigurationRequest request,
com.oracle.bmc.responses.AsyncHandler<
CreatePlatformConfigurationRequest, CreatePlatformConfigurationResponse>
handler);
/**
* Create a business-specific metadata property in Fleet Application Management and capture the
* business metadata classifications.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future createProperty(
CreatePropertyRequest request,
com.oracle.bmc.responses.AsyncHandler
handler);
/**
* Deletes a CompliancePolicyRule.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future deleteCompliancePolicyRule(
DeleteCompliancePolicyRuleRequest request,
com.oracle.bmc.responses.AsyncHandler<
DeleteCompliancePolicyRuleRequest, DeleteCompliancePolicyRuleResponse>
handler);
/**
* Deletes Fleet Application Management onboarding resource by identifier
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future deleteOnboarding(
DeleteOnboardingRequest request,
com.oracle.bmc.responses.AsyncHandler
handler);
/**
* Deletes a PlatformConfiguration resource by identifier
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future deletePlatformConfiguration(
DeletePlatformConfigurationRequest request,
com.oracle.bmc.responses.AsyncHandler<
DeletePlatformConfigurationRequest, DeletePlatformConfigurationResponse>
handler);
/**
* Delete a property in Fleet Application Management.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future deleteProperty(
DeletePropertyRequest request,
com.oracle.bmc.responses.AsyncHandler
handler);
/**
* Enable Policies for a newer version of Fleet Application Management
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future enableLatestPolicy(
EnableLatestPolicyRequest request,
com.oracle.bmc.responses.AsyncHandler<
EnableLatestPolicyRequest, EnableLatestPolicyResponse>
handler);
/**
* Gets information about a CompliancePolicy.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future getCompliancePolicy(
GetCompliancePolicyRequest request,
com.oracle.bmc.responses.AsyncHandler<
GetCompliancePolicyRequest, GetCompliancePolicyResponse>
handler);
/**
* Gets information about a CompliancePolicyRule.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future getCompliancePolicyRule(
GetCompliancePolicyRuleRequest request,
com.oracle.bmc.responses.AsyncHandler<
GetCompliancePolicyRuleRequest, GetCompliancePolicyRuleResponse>
handler);
/**
* Gets a Fleet Application Management Onboarding by identifier.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future getOnboarding(
GetOnboardingRequest request,
com.oracle.bmc.responses.AsyncHandler
handler);
/**
* Gets a PlatformConfiguration by identifier
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future getPlatformConfiguration(
GetPlatformConfigurationRequest request,
com.oracle.bmc.responses.AsyncHandler<
GetPlatformConfigurationRequest, GetPlatformConfigurationResponse>
handler);
/**
* Gets a Property by identifier
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future getProperty(
GetPropertyRequest request,
com.oracle.bmc.responses.AsyncHandler handler);
/**
* Gets a list of compliancePolicies.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future listCompliancePolicies(
ListCompliancePoliciesRequest request,
com.oracle.bmc.responses.AsyncHandler<
ListCompliancePoliciesRequest, ListCompliancePoliciesResponse>
handler);
/**
* Gets a list of CompliancePolicyRules.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future listCompliancePolicyRules(
ListCompliancePolicyRulesRequest request,
com.oracle.bmc.responses.AsyncHandler<
ListCompliancePolicyRulesRequest, ListCompliancePolicyRulesResponse>
handler);
/**
* Returns a list of onboarding policy information for Fleet Application Management.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future listOnboardingPolicies(
ListOnboardingPoliciesRequest request,
com.oracle.bmc.responses.AsyncHandler<
ListOnboardingPoliciesRequest, ListOnboardingPoliciesResponse>
handler);
/**
* Returns a list of onboarding information for the Tenancy.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future listOnboardings(
ListOnboardingsRequest request,
com.oracle.bmc.responses.AsyncHandler
handler);
/**
* Returns a list of PlatformConfiguration for Tenancy.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future listPlatformConfigurations(
ListPlatformConfigurationsRequest request,
com.oracle.bmc.responses.AsyncHandler<
ListPlatformConfigurationsRequest, ListPlatformConfigurationsResponse>
handler);
/**
* List properties and their values for a tenancy in Fleet Application Management.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future listProperties(
ListPropertiesRequest request,
com.oracle.bmc.responses.AsyncHandler
handler);
/**
* Updates the Onboarding setting
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future manageSettings(
ManageSettingsRequest request,
com.oracle.bmc.responses.AsyncHandler
handler);
/**
* Updates a CompliancePolicyRule.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future updateCompliancePolicyRule(
UpdateCompliancePolicyRuleRequest request,
com.oracle.bmc.responses.AsyncHandler<
UpdateCompliancePolicyRuleRequest, UpdateCompliancePolicyRuleResponse>
handler);
/**
* Updates the Onboarding
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future updateOnboarding(
UpdateOnboardingRequest request,
com.oracle.bmc.responses.AsyncHandler
handler);
/**
* Updates the PlatformConfiguration
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future updatePlatformConfiguration(
UpdatePlatformConfigurationRequest request,
com.oracle.bmc.responses.AsyncHandler<
UpdatePlatformConfigurationRequest, UpdatePlatformConfigurationResponse>
handler);
/**
* Update a property in Fleet Application Management.
*
* @param request The request object containing the details to send
* @param handler The request handler to invoke upon completion, may be null.
* @return 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.
*/
java.util.concurrent.Future updateProperty(
UpdatePropertyRequest request,
com.oracle.bmc.responses.AsyncHandler
handler);
}