Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.responses |
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.
|
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.
|
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 |
---|---|
ListTagsResponse |
ListTagsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListTagsResponse.Builder |
ListTagsResponse.Builder.copy(ListTagsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.