Package | Description |
---|---|
com.oracle.bmc.databasemigration | |
com.oracle.bmc.databasemigration.requests |
Modifier and Type | Method and Description |
---|---|
ListAgentsResponse |
DatabaseMigration.listAgents(ListAgentsRequest request)
Display the name of all the existing ODMS Agents in the server.
|
ListAgentsResponse |
DatabaseMigrationClient.listAgents(ListAgentsRequest request) |
Future<ListAgentsResponse> |
DatabaseMigrationAsyncClient.listAgents(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler) |
Future<ListAgentsResponse> |
DatabaseMigrationAsync.listAgents(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler)
Display the name of all the existing ODMS Agents in the server.
|
Iterable<AgentSummary> |
DatabaseMigrationPaginators.listAgentsRecordIterator(ListAgentsRequest request)
Creates a new iterable which will iterate over the
AgentSummary objects contained in responses from the
listAgents operation. |
Iterable<ListAgentsResponse> |
DatabaseMigrationPaginators.listAgentsResponseIterator(ListAgentsRequest request)
Creates a new iterable which will iterate over the responses received from the listAgents
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAgentsResponse> |
DatabaseMigrationAsyncClient.listAgents(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler) |
Future<ListAgentsResponse> |
DatabaseMigrationAsync.listAgents(ListAgentsRequest request,
AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler)
Display the name of all the existing ODMS Agents in the server.
|
Modifier and Type | Method and Description |
---|---|
ListAgentsRequest |
ListAgentsRequest.Builder.build()
Build the instance of ListAgentsRequest as configured by this builder
|
ListAgentsRequest |
ListAgentsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListAgentsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.copy(ListAgentsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.