Uses of Class
com.oracle.bmc.identity.requests.ListTagNamespacesRequest
-
Packages that use ListTagNamespacesRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of ListTagNamespacesRequest in com.oracle.bmc.identity
Method parameters in com.oracle.bmc.identity with type arguments of type ListTagNamespacesRequest 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 ListTagNamespacesRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ListTagNamespacesRequest Modifier and Type Method Description ListTagNamespacesRequest
ListTagNamespacesRequest.Builder. build()
Build the instance of ListTagNamespacesRequest as configured by this builderListTagNamespacesRequest
ListTagNamespacesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListTagNamespacesRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type ListTagNamespacesRequest Modifier and Type Method Description ListTagNamespacesRequest.Builder
ListTagNamespacesRequest.Builder. copy(ListTagNamespacesRequest o)
Copy method to populate the builder with values from the given instance.
-