Interface FleetAppsManagement
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
FleetAppsManagementClient
@Generated(value="OracleSDKGenerator", comments="API Version: 20230831") public interface FleetAppsManagement 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.This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckResourceTaggingResponse
checkResourceTagging(CheckResourceTaggingRequest request)
Check if Fleet Application Management tags can be added to the resources.ConfirmTargetsResponse
confirmTargets(ConfirmTargetsRequest request)
Confirm targets to be managed for a Fleet.CreateFleetResponse
createFleet(CreateFleetRequest request)
Create a product, environment, group, or generic type of fleet in Fleet Application Management.CreateFleetCredentialResponse
createFleetCredential(CreateFleetCredentialRequest request)
Add credentials to a fleet in Fleet Application Management.CreateFleetPropertyResponse
createFleetProperty(CreateFleetPropertyRequest request)
Add an existing global property to a fleet in Fleet Application Management.CreateFleetResourceResponse
createFleetResource(CreateFleetResourceRequest request)
Add resource to a fleet in Fleet Application Management.DeleteFleetResponse
deleteFleet(DeleteFleetRequest request)
Delete a fleet in Fleet Application Management.DeleteFleetCredentialResponse
deleteFleetCredential(DeleteFleetCredentialRequest request)
Delete a credential associated with a fleet product or application in Fleet Application Management.DeleteFleetPropertyResponse
deleteFleetProperty(DeleteFleetPropertyRequest request)
Delete a property associated with a fleet in Fleet Application Management.DeleteFleetResourceResponse
deleteFleetResource(DeleteFleetResourceRequest request)
Removes a resource from the fleet in Fleet Application Management.GenerateComplianceReportResponse
generateComplianceReport(GenerateComplianceReportRequest request)
Generate compliance reports for a Fleet.GetComplianceReportResponse
getComplianceReport(GetComplianceReportRequest request)
Retrieve compliance report for a fleet.String
getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)GetFleetResponse
getFleet(GetFleetRequest request)
Get the details of a fleet in Fleet Application Management.GetFleetCredentialResponse
getFleetCredential(GetFleetCredentialRequest request)
Gets a FleetCredential by identifier.GetFleetPropertyResponse
getFleetProperty(GetFleetPropertyRequest request)
Gets a Fleet Property by identifier.GetFleetResourceResponse
getFleetResource(GetFleetResourceRequest request)
Gets a Fleet Resource by identifier.FleetAppsManagementPaginators
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.FleetAppsManagementWaiters
getWaiters()
Gets the pre-configured waiters available for resources for this service.GetWorkRequestResponse
getWorkRequest(GetWorkRequestRequest request)
Gets details of the work request with the given ID.ListAnnouncementsResponse
listAnnouncements(ListAnnouncementsRequest request)
Return a list of AnnouncementSummary items.ListFleetCredentialsResponse
listFleetCredentials(ListFleetCredentialsRequest request)
List credentials in Fleet Application Management.ListFleetProductsResponse
listFleetProducts(ListFleetProductsRequest request)
Returns a list of products associated with the confirmed targets.ListFleetPropertiesResponse
listFleetProperties(ListFleetPropertiesRequest request)
List fleet properties in Fleet Application Management.ListFleetResourcesResponse
listFleetResources(ListFleetResourcesRequest request)
List resources for a fleet in Fleet Application Management.ListFleetsResponse
listFleets(ListFleetsRequest request)
Returns a list of Fleets in the specified Tenancy.ListFleetTargetsResponse
listFleetTargets(ListFleetTargetsRequest request)
Returns the list of all confirmed targets within a fleet.ListInventoryResourcesResponse
listInventoryResources(ListInventoryResourcesRequest request)
Returns a list of InventoryResources.ListTargetsResponse
listTargets(ListTargetsRequest request)
Return all targets belonging to the resources within a fleet.ListWorkRequestErrorsResponse
listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Returns a (paginated) list of errors for the work request with the given ID.ListWorkRequestLogsResponse
listWorkRequestLogs(ListWorkRequestLogsRequest request)
Returns a (paginated) list of logs for the work request with the given ID.ListWorkRequestsResponse
listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests in a compartment.void
refreshClient()
Rebuilds the client from scratch.RequestResourceValidationResponse
requestResourceValidation(RequestResourceValidationRequest request)
Request validation for resources within a fleet.RequestTargetDiscoveryResponse
requestTargetDiscovery(RequestTargetDiscoveryRequest request)
Confirm targets to be managed for a Fleet.void
setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).void
setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).void
setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).UpdateFleetResponse
updateFleet(UpdateFleetRequest request)
Update fleet information in Fleet Application Management.UpdateFleetCredentialResponse
updateFleetCredential(UpdateFleetCredentialRequest request)
Edit credentials associated with a product or application in Fleet Application Management.UpdateFleetPropertyResponse
updateFleetProperty(UpdateFleetPropertyRequest request)
Edit a property associated with a fleet in Fleet Application Management.UpdateFleetResourceResponse
updateFleetResource(UpdateFleetResourceRequest request)
Updates the FleetResource.void
useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)
Determines whether realm specific endpoint should be used or not.-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
refreshClient
void refreshClient()
Rebuilds the client from scratch.Useful to refresh certificates.
-
setEndpoint
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).- Parameters:
endpoint
- The endpoint of the service.
-
getEndpoint
String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
-
setRegion
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.- Parameters:
region
- The region of the service.
-
setRegion
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 callsetEndpoint
.- Parameters:
regionId
- The public region ID.
-
useRealmSpecificEndpointTemplate
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”
- Parameters:
realmSpecificEndpointTemplateEnabled
- flag to enable the use of realm specific endpoint template
-
checkResourceTagging
CheckResourceTaggingResponse checkResourceTagging(CheckResourceTaggingRequest request)
Check if Fleet Application Management tags can be added to the resources.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/CheckResourceTaggingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CheckResourceTagging API.
-
confirmTargets
ConfirmTargetsResponse confirmTargets(ConfirmTargetsRequest request)
Confirm targets to be managed for a Fleet.Only targets that are confirmed will be managed by Fleet Application Management
- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ConfirmTargetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConfirmTargets API.
-
createFleet
CreateFleetResponse createFleet(CreateFleetRequest request)
Create a product, environment, group, or generic type of fleet in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/CreateFleetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFleet API.
-
createFleetCredential
CreateFleetCredentialResponse createFleetCredential(CreateFleetCredentialRequest request)
Add credentials to a fleet in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/CreateFleetCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFleetCredential API.
-
createFleetProperty
CreateFleetPropertyResponse createFleetProperty(CreateFleetPropertyRequest request)
Add an existing global property to a fleet in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/CreateFleetPropertyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFleetProperty API.
-
createFleetResource
CreateFleetResourceResponse createFleetResource(CreateFleetResourceRequest request)
Add resource to a fleet in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/CreateFleetResourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFleetResource API.
-
deleteFleet
DeleteFleetResponse deleteFleet(DeleteFleetRequest request)
Delete a fleet in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/DeleteFleetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFleet API.
-
deleteFleetCredential
DeleteFleetCredentialResponse deleteFleetCredential(DeleteFleetCredentialRequest request)
Delete a credential associated with a fleet product or application in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/DeleteFleetCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFleetCredential API.
-
deleteFleetProperty
DeleteFleetPropertyResponse deleteFleetProperty(DeleteFleetPropertyRequest request)
Delete a property associated with a fleet in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/DeleteFleetPropertyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFleetProperty API.
-
deleteFleetResource
DeleteFleetResourceResponse deleteFleetResource(DeleteFleetResourceRequest request)
Removes a resource from the fleet in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/DeleteFleetResourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFleetResource API.
-
generateComplianceReport
GenerateComplianceReportResponse generateComplianceReport(GenerateComplianceReportRequest request)
Generate compliance reports for a Fleet.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/GenerateComplianceReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateComplianceReport API.
-
getComplianceReport
GetComplianceReportResponse getComplianceReport(GetComplianceReportRequest request)
Retrieve compliance report for a fleet.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/GetComplianceReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetComplianceReport API.
-
getFleet
GetFleetResponse getFleet(GetFleetRequest request)
Get the details of a fleet in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/GetFleetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFleet API.
-
getFleetCredential
GetFleetCredentialResponse getFleetCredential(GetFleetCredentialRequest request)
Gets a FleetCredential by identifier.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/GetFleetCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFleetCredential API.
-
getFleetProperty
GetFleetPropertyResponse getFleetProperty(GetFleetPropertyRequest request)
Gets a Fleet Property by identifier.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/GetFleetPropertyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFleetProperty API.
-
getFleetResource
GetFleetResourceResponse getFleetResource(GetFleetResourceRequest request)
Gets a Fleet Resource by identifier.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/GetFleetResourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFleetResource API.
-
getWorkRequest
GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
Gets details of the work request with the given ID.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API.
-
listAnnouncements
ListAnnouncementsResponse listAnnouncements(ListAnnouncementsRequest request)
Return a list of AnnouncementSummary items.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ListAnnouncementsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAnnouncements API.
-
listFleetCredentials
ListFleetCredentialsResponse listFleetCredentials(ListFleetCredentialsRequest request)
List credentials in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ListFleetCredentialsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFleetCredentials API.
-
listFleetProducts
ListFleetProductsResponse listFleetProducts(ListFleetProductsRequest request)
Returns a list of products associated with the confirmed targets.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ListFleetProductsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFleetProducts API.
-
listFleetProperties
ListFleetPropertiesResponse listFleetProperties(ListFleetPropertiesRequest request)
List fleet properties in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ListFleetPropertiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFleetProperties API.
-
listFleetResources
ListFleetResourcesResponse listFleetResources(ListFleetResourcesRequest request)
List resources for a fleet in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ListFleetResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFleetResources API.
-
listFleetTargets
ListFleetTargetsResponse listFleetTargets(ListFleetTargetsRequest request)
Returns the list of all confirmed targets within a fleet.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ListFleetTargetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFleetTargets API.
-
listFleets
ListFleetsResponse listFleets(ListFleetsRequest request)
Returns a list of Fleets in the specified Tenancy.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ListFleetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFleets API.
-
listInventoryResources
ListInventoryResourcesResponse listInventoryResources(ListInventoryResourcesRequest request)
Returns a list of InventoryResources.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ListInventoryResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListInventoryResources API.
-
listTargets
ListTargetsResponse listTargets(ListTargetsRequest request)
Return all targets belonging to the resources within a fleet.It will include both confirmed and unconfirmed targets.
- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ListTargetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListTargets API.
-
listWorkRequestErrors
ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Returns a (paginated) list of errors for the work request with the given ID.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API.
-
listWorkRequestLogs
ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request)
Returns a (paginated) list of logs for the work request with the given ID.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API.
-
listWorkRequests
ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests in a compartment.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API.
-
requestResourceValidation
RequestResourceValidationResponse requestResourceValidation(RequestResourceValidationRequest request)
Request validation for resources within a fleet.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/RequestResourceValidationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestResourceValidation API.
-
requestTargetDiscovery
RequestTargetDiscoveryResponse requestTargetDiscovery(RequestTargetDiscoveryRequest request)
Confirm targets to be managed for a Fleet.Only targets that are confirmed will be managed by Fleet Application Management
- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/RequestTargetDiscoveryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestTargetDiscovery API.
-
updateFleet
UpdateFleetResponse updateFleet(UpdateFleetRequest request)
Update fleet information in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/UpdateFleetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFleet API.
-
updateFleetCredential
UpdateFleetCredentialResponse updateFleetCredential(UpdateFleetCredentialRequest request)
Edit credentials associated with a product or application in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/UpdateFleetCredentialExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFleetCredential API.
-
updateFleetProperty
UpdateFleetPropertyResponse updateFleetProperty(UpdateFleetPropertyRequest request)
Edit a property associated with a fleet in Fleet Application Management.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/UpdateFleetPropertyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFleetProperty API.
-
updateFleetResource
UpdateFleetResourceResponse updateFleetResource(UpdateFleetResourceRequest request)
Updates the FleetResource.- Parameters:
request
- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException
- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fleetappsmanagement/UpdateFleetResourceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFleetResource API.
-
getWaiters
FleetAppsManagementWaiters getWaiters()
Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
-
getPaginators
FleetAppsManagementPaginators getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an
Iterable
interface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
-
-