Uses of Class
com.oracle.bmc.identity.responses.CreateTagNamespaceResponse
-
Packages that use CreateTagNamespaceResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateTagNamespaceResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateTagNamespaceResponse Modifier and Type Method Description CreateTagNamespaceResponse
Identity. createTagNamespace(CreateTagNamespaceRequest request)
Creates a new tag namespace in the specified compartment.CreateTagNamespaceResponse
IdentityClient. createTagNamespace(CreateTagNamespaceRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreateTagNamespaceResponse Modifier and Type Method Description Future<CreateTagNamespaceResponse>
IdentityAsync. createTagNamespace(CreateTagNamespaceRequest request, AsyncHandler<CreateTagNamespaceRequest,CreateTagNamespaceResponse> handler)
Creates a new tag namespace in the specified compartment.Future<CreateTagNamespaceResponse>
IdentityAsyncClient. createTagNamespace(CreateTagNamespaceRequest request, AsyncHandler<CreateTagNamespaceRequest,CreateTagNamespaceResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateTagNamespaceResponse Modifier and Type Method Description Future<CreateTagNamespaceResponse>
IdentityAsync. createTagNamespace(CreateTagNamespaceRequest request, AsyncHandler<CreateTagNamespaceRequest,CreateTagNamespaceResponse> handler)
Creates a new tag namespace in the specified compartment.Future<CreateTagNamespaceResponse>
IdentityAsyncClient. createTagNamespace(CreateTagNamespaceRequest request, AsyncHandler<CreateTagNamespaceRequest,CreateTagNamespaceResponse> handler)
-
Uses of CreateTagNamespaceResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateTagNamespaceResponse Modifier and Type Method Description CreateTagNamespaceResponse
CreateTagNamespaceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type CreateTagNamespaceResponse Modifier and Type Method Description CreateTagNamespaceResponse.Builder
CreateTagNamespaceResponse.Builder. copy(CreateTagNamespaceResponse o)
Copy method to populate the builder with values from the given instance.
-