Uses of Class
com.oracle.bmc.identity.responses.ListTagNamespacesResponse
-
Packages that use ListTagNamespacesResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ListTagNamespacesResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ListTagNamespacesResponse Modifier and Type Method Description ListTagNamespacesResponse
Identity. listTagNamespaces(ListTagNamespacesRequest request)
Lists the tag namespaces in the specified compartment.ListTagNamespacesResponse
IdentityClient. listTagNamespaces(ListTagNamespacesRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type ListTagNamespacesResponse Modifier and Type Method Description Future<ListTagNamespacesResponse>
IdentityAsync. listTagNamespaces(ListTagNamespacesRequest request, AsyncHandler<ListTagNamespacesRequest,ListTagNamespacesResponse> handler)
Lists the tag namespaces in the specified compartment.Future<ListTagNamespacesResponse>
IdentityAsyncClient. listTagNamespaces(ListTagNamespacesRequest request, AsyncHandler<ListTagNamespacesRequest,ListTagNamespacesResponse> handler)
Iterable<ListTagNamespacesResponse>
IdentityPaginators. listTagNamespacesResponseIterator(ListTagNamespacesRequest request)
Creates a new iterable which will iterate over the responses received from the listTagNamespaces operation.Method parameters in com.oracle.bmc.identity with type arguments of type ListTagNamespacesResponse Modifier and Type Method Description Future<ListTagNamespacesResponse>
IdentityAsync. listTagNamespaces(ListTagNamespacesRequest request, AsyncHandler<ListTagNamespacesRequest,ListTagNamespacesResponse> handler)
Lists the tag namespaces in the specified compartment.Future<ListTagNamespacesResponse>
IdentityAsyncClient. listTagNamespaces(ListTagNamespacesRequest request, AsyncHandler<ListTagNamespacesRequest,ListTagNamespacesResponse> handler)
-
Uses of ListTagNamespacesResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ListTagNamespacesResponse Modifier and Type Method Description ListTagNamespacesResponse
ListTagNamespacesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ListTagNamespacesResponse Modifier and Type Method Description ListTagNamespacesResponse.Builder
ListTagNamespacesResponse.Builder. copy(ListTagNamespacesResponse o)
Copy method to populate the builder with values from the given instance.
-