Package | Description |
---|---|
com.oracle.bmc.jms | |
com.oracle.bmc.jms.requests |
Modifier and Type | Method and Description |
---|---|
ListAgentInstallersResponse |
JavaManagementService.listAgentInstallers(ListAgentInstallersRequest request)
Returns a list of the agent installer information.
|
ListAgentInstallersResponse |
JavaManagementServiceClient.listAgentInstallers(ListAgentInstallersRequest request) |
Future<ListAgentInstallersResponse> |
JavaManagementServiceAsync.listAgentInstallers(ListAgentInstallersRequest request,
AsyncHandler<ListAgentInstallersRequest,ListAgentInstallersResponse> handler)
Returns a list of the agent installer information.
|
Future<ListAgentInstallersResponse> |
JavaManagementServiceAsyncClient.listAgentInstallers(ListAgentInstallersRequest request,
AsyncHandler<ListAgentInstallersRequest,ListAgentInstallersResponse> handler) |
Iterable<AgentInstallerSummary> |
JavaManagementServicePaginators.listAgentInstallersRecordIterator(ListAgentInstallersRequest request)
Creates a new iterable which will iterate over the
AgentInstallerSummary objects contained in responses from the
listAgentInstallers operation. |
Iterable<ListAgentInstallersResponse> |
JavaManagementServicePaginators.listAgentInstallersResponseIterator(ListAgentInstallersRequest request)
Creates a new iterable which will iterate over the responses received from the
listAgentInstallers operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAgentInstallersResponse> |
JavaManagementServiceAsync.listAgentInstallers(ListAgentInstallersRequest request,
AsyncHandler<ListAgentInstallersRequest,ListAgentInstallersResponse> handler)
Returns a list of the agent installer information.
|
Future<ListAgentInstallersResponse> |
JavaManagementServiceAsyncClient.listAgentInstallers(ListAgentInstallersRequest request,
AsyncHandler<ListAgentInstallersRequest,ListAgentInstallersResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListAgentInstallersRequest |
ListAgentInstallersRequest.Builder.build()
Build the instance of ListAgentInstallersRequest as configured by this builder
|
ListAgentInstallersRequest |
ListAgentInstallersRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListAgentInstallersRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListAgentInstallersRequest.Builder |
ListAgentInstallersRequest.Builder.copy(ListAgentInstallersRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.