Uses of Class
com.oracle.bmc.identity.requests.ListTagsRequest
-
Packages that use ListTagsRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of ListTagsRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type ListTagsRequest Modifier and Type Method Description ListTagsResponse
Identity. listTags(ListTagsRequest request)
Lists the tag definitions in the specified tag namespace.Future<ListTagsResponse>
IdentityAsync. listTags(ListTagsRequest request, AsyncHandler<ListTagsRequest,ListTagsResponse> handler)
Lists the tag definitions in the specified tag namespace.Future<ListTagsResponse>
IdentityAsyncClient. listTags(ListTagsRequest request, AsyncHandler<ListTagsRequest,ListTagsResponse> handler)
ListTagsResponse
IdentityClient. listTags(ListTagsRequest request)
Iterable<TagSummary>
IdentityPaginators. listTagsRecordIterator(ListTagsRequest request)
Creates a new iterable which will iterate over theTagSummary
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.Method parameters in com.oracle.bmc.identity with type arguments of type ListTagsRequest Modifier and Type Method Description Future<ListTagsResponse>
IdentityAsync. listTags(ListTagsRequest request, AsyncHandler<ListTagsRequest,ListTagsResponse> handler)
Lists the tag definitions in the specified tag namespace.Future<ListTagsResponse>
IdentityAsyncClient. listTags(ListTagsRequest request, AsyncHandler<ListTagsRequest,ListTagsResponse> handler)
-
Uses of ListTagsRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ListTagsRequest Modifier and Type Method Description ListTagsRequest
ListTagsRequest.Builder. build()
Build the instance of ListTagsRequest as configured by this builderListTagsRequest
ListTagsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListTagsRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type ListTagsRequest Modifier and Type Method Description ListTagsRequest.Builder
ListTagsRequest.Builder. copy(ListTagsRequest o)
Copy method to populate the builder with values from the given instance.
-