@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.
Modifier and Type | Method and 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.
|
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 service.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
templateCheckResourceTaggingResponse checkResourceTagging(CheckResourceTaggingRequest request)
Check if Fleet Application Management tags can be added to the resources.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use CheckResourceTagging API.
ConfirmTargetsResponse confirmTargets(ConfirmTargetsRequest request)
Confirm targets to be managed for a Fleet. Only targets that are confirmed will be managed by Fleet Application Management
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ConfirmTargets API.
CreateFleetResponse createFleet(CreateFleetRequest request)
Create a product, environment, group, or generic type of fleet in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use CreateFleet API.
CreateFleetCredentialResponse createFleetCredential(CreateFleetCredentialRequest request)
Add credentials to a fleet in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use CreateFleetCredential API.
CreateFleetPropertyResponse createFleetProperty(CreateFleetPropertyRequest request)
Add an existing global property to a fleet in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use CreateFleetProperty API.
CreateFleetResourceResponse createFleetResource(CreateFleetResourceRequest request)
Add resource to a fleet in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use CreateFleetResource API.
DeleteFleetResponse deleteFleet(DeleteFleetRequest request)
Delete a fleet in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use DeleteFleet API.
DeleteFleetCredentialResponse deleteFleetCredential(DeleteFleetCredentialRequest request)
Delete a credential associated with a fleet product or application in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use DeleteFleetCredential API.
DeleteFleetPropertyResponse deleteFleetProperty(DeleteFleetPropertyRequest request)
Delete a property associated with a fleet in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use DeleteFleetProperty API.
DeleteFleetResourceResponse deleteFleetResource(DeleteFleetResourceRequest request)
Removes a resource from the fleet in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use DeleteFleetResource API.
GenerateComplianceReportResponse generateComplianceReport(GenerateComplianceReportRequest request)
Generate compliance reports for a Fleet.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use GenerateComplianceReport API.
GetComplianceReportResponse getComplianceReport(GetComplianceReportRequest request)
Retrieve compliance report for a fleet.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use GetComplianceReport API.
GetFleetResponse getFleet(GetFleetRequest request)
Get the details of a fleet in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use GetFleet API.
GetFleetCredentialResponse getFleetCredential(GetFleetCredentialRequest request)
Gets a FleetCredential by identifier.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use GetFleetCredential API.
GetFleetPropertyResponse getFleetProperty(GetFleetPropertyRequest request)
Gets a Fleet Property by identifier.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use GetFleetProperty API.
GetFleetResourceResponse getFleetResource(GetFleetResourceRequest request)
Gets a Fleet Resource by identifier.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use GetFleetResource API.
GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
Gets details of the work request with the given ID.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use GetWorkRequest API.
ListAnnouncementsResponse listAnnouncements(ListAnnouncementsRequest request)
Return a list of AnnouncementSummary items.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ListAnnouncements API.
ListFleetCredentialsResponse listFleetCredentials(ListFleetCredentialsRequest request)
List credentials in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ListFleetCredentials API.
ListFleetProductsResponse listFleetProducts(ListFleetProductsRequest request)
Returns a list of products associated with the confirmed targets.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ListFleetProducts API.
ListFleetPropertiesResponse listFleetProperties(ListFleetPropertiesRequest request)
List fleet properties in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ListFleetProperties API.
ListFleetResourcesResponse listFleetResources(ListFleetResourcesRequest request)
List resources for a fleet in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ListFleetResources API.
ListFleetTargetsResponse listFleetTargets(ListFleetTargetsRequest request)
Returns the list of all confirmed targets within a fleet.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ListFleetTargets API.
ListFleetsResponse listFleets(ListFleetsRequest request)
Returns a list of Fleets in the specified Tenancy.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ListFleets API.
ListInventoryResourcesResponse listInventoryResources(ListInventoryResourcesRequest request)
Returns a list of InventoryResources.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ListInventoryResources API.
ListTargetsResponse listTargets(ListTargetsRequest request)
Return all targets belonging to the resources within a fleet. It will include both confirmed and unconfirmed targets.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ListTargets API.
ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Returns a (paginated) list of errors for the work request with the given ID.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ListWorkRequestErrors API.
ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request)
Returns a (paginated) list of logs for the work request with the given ID.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ListWorkRequestLogs API.
ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests in a compartment.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use ListWorkRequests API.
RequestResourceValidationResponse requestResourceValidation(RequestResourceValidationRequest request)
Request validation for resources within a fleet.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use RequestResourceValidation API.
RequestTargetDiscoveryResponse requestTargetDiscovery(RequestTargetDiscoveryRequest request)
Confirm targets to be managed for a Fleet. Only targets that are confirmed will be managed by Fleet Application Management
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use RequestTargetDiscovery API.
UpdateFleetResponse updateFleet(UpdateFleetRequest request)
Update fleet information in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use UpdateFleet API.
UpdateFleetCredentialResponse updateFleetCredential(UpdateFleetCredentialRequest request)
Edit credentials associated with a product or application in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use UpdateFleetCredential API.
UpdateFleetPropertyResponse updateFleetProperty(UpdateFleetPropertyRequest request)
Edit a property associated with a fleet in Fleet Application Management.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use UpdateFleetProperty API.
UpdateFleetResourceResponse updateFleetResource(UpdateFleetResourceRequest request)
Updates the FleetResource.
request
- The request object containing the details to sendBmcException
- 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_Retries
Example: Click here to see how to use UpdateFleetResource API.
FleetAppsManagementWaiters getWaiters()
Gets the pre-configured waiters available for resources for this service.
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.
Copyright © 2016–2024. All rights reserved.