Package | Description |
---|---|
com.oracle.bmc.ons | |
com.oracle.bmc.ons.requests |
Modifier and Type | Method and Description |
---|---|
ListTopicsResponse |
NotificationControlPlane.listTopics(ListTopicsRequest request)
Lists topics in the specified compartment.
|
ListTopicsResponse |
NotificationControlPlaneClient.listTopics(ListTopicsRequest request) |
Future<ListTopicsResponse> |
NotificationControlPlaneAsync.listTopics(ListTopicsRequest request,
AsyncHandler<ListTopicsRequest,ListTopicsResponse> handler)
Lists topics in the specified compartment.
|
Future<ListTopicsResponse> |
NotificationControlPlaneAsyncClient.listTopics(ListTopicsRequest request,
AsyncHandler<ListTopicsRequest,ListTopicsResponse> handler) |
Iterable<NotificationTopicSummary> |
NotificationControlPlanePaginators.listTopicsRecordIterator(ListTopicsRequest request)
Creates a new iterable which will iterate over the
NotificationTopicSummary objects contained in responses from the
listTopics operation. |
Iterable<ListTopicsResponse> |
NotificationControlPlanePaginators.listTopicsResponseIterator(ListTopicsRequest request)
Creates a new iterable which will iterate over the responses received from the listTopics
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTopicsResponse> |
NotificationControlPlaneAsync.listTopics(ListTopicsRequest request,
AsyncHandler<ListTopicsRequest,ListTopicsResponse> handler)
Lists topics in the specified compartment.
|
Future<ListTopicsResponse> |
NotificationControlPlaneAsyncClient.listTopics(ListTopicsRequest request,
AsyncHandler<ListTopicsRequest,ListTopicsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListTopicsRequest |
ListTopicsRequest.Builder.build()
Build the instance of ListTopicsRequest as configured by this builder
|
ListTopicsRequest |
ListTopicsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListTopicsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListTopicsRequest.Builder |
ListTopicsRequest.Builder.copy(ListTopicsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.