Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
ListTagsResponse |
IdentityClient.listTags(ListTagsRequest request) |
ListTagsResponse |
Identity.listTags(ListTagsRequest request)
Lists the tag definitions in the specified tag namespace.
|
Future<ListTagsResponse> |
IdentityAsyncClient.listTags(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResponse> handler) |
Future<ListTagsResponse> |
IdentityAsync.listTags(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResponse> handler)
Lists the tag definitions in the specified tag namespace.
|
Iterable<TagSummary> |
IdentityPaginators.listTagsRecordIterator(ListTagsRequest request)
Creates a new iterable which will iterate over the
TagSummary objects contained in responses from the listTags
operation. |
Iterable<ListTagsResponse> |
IdentityPaginators.listTagsResponseIterator(ListTagsRequest request)
Creates a new iterable which will iterate over the responses received from the listTags
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListTagsResponse> |
IdentityAsyncClient.listTags(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResponse> handler) |
Future<ListTagsResponse> |
IdentityAsync.listTags(ListTagsRequest request,
AsyncHandler<ListTagsRequest,ListTagsResponse> handler)
Lists the tag definitions in the specified tag namespace.
|
Modifier and Type | Method and Description |
---|---|
ListTagsRequest |
ListTagsRequest.Builder.build()
Build the instance of ListTagsRequest as configured by this builder
|
ListTagsRequest |
ListTagsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListTagsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListTagsRequest.Builder |
ListTagsRequest.Builder.copy(ListTagsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.