Package | Description |
---|---|
com.oracle.bmc.jms | |
com.oracle.bmc.jms.requests |
Modifier and Type | Method and Description |
---|---|
ListBlocklistsResponse |
JavaManagementServiceClient.listBlocklists(ListBlocklistsRequest request) |
ListBlocklistsResponse |
JavaManagementService.listBlocklists(ListBlocklistsRequest request)
Returns a list of blocklist entities contained by a fleet.
|
Future<ListBlocklistsResponse> |
JavaManagementServiceAsync.listBlocklists(ListBlocklistsRequest request,
AsyncHandler<ListBlocklistsRequest,ListBlocklistsResponse> handler)
Returns a list of blocklist entities contained by a fleet.
|
Future<ListBlocklistsResponse> |
JavaManagementServiceAsyncClient.listBlocklists(ListBlocklistsRequest request,
AsyncHandler<ListBlocklistsRequest,ListBlocklistsResponse> handler) |
Iterable<Blocklist> |
JavaManagementServicePaginators.listBlocklistsRecordIterator(ListBlocklistsRequest request)
Creates a new iterable which will iterate over the
Blocklist
objects contained in responses from the listBlocklists operation. |
Iterable<ListBlocklistsResponse> |
JavaManagementServicePaginators.listBlocklistsResponseIterator(ListBlocklistsRequest request)
Creates a new iterable which will iterate over the responses received from the listBlocklists
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListBlocklistsResponse> |
JavaManagementServiceAsync.listBlocklists(ListBlocklistsRequest request,
AsyncHandler<ListBlocklistsRequest,ListBlocklistsResponse> handler)
Returns a list of blocklist entities contained by a fleet.
|
Future<ListBlocklistsResponse> |
JavaManagementServiceAsyncClient.listBlocklists(ListBlocklistsRequest request,
AsyncHandler<ListBlocklistsRequest,ListBlocklistsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListBlocklistsRequest |
ListBlocklistsRequest.Builder.build()
Build the instance of ListBlocklistsRequest as configured by this builder
|
ListBlocklistsRequest |
ListBlocklistsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListBlocklistsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListBlocklistsRequest.Builder |
ListBlocklistsRequest.Builder.copy(ListBlocklistsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.