Package | Description |
---|---|
com.oracle.bmc.databasemigration.requests |
Modifier and Type | Method and Description |
---|---|
static ListAgentsRequest.Builder |
ListAgentsRequest.builder()
Return a new builder for this request object.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.copy(ListAgentsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.displayName(String displayName)
A filter to return only resources that match the entire display name given.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the Database Migration Deployment.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.page(String page)
The page token representing the page at which to start retrieving results.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.sortBy(ListAgentsRequest.SortBy sortBy)
The field to sort by.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
ListAgentsRequest.Builder |
ListAgentsRequest.toBuilder()
Return an instance of
ListAgentsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2023. All rights reserved.