Uses of Class
com.oracle.bmc.identity.requests.CreateTagNamespaceRequest
-
Packages that use CreateTagNamespaceRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of CreateTagNamespaceRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type CreateTagNamespaceRequest Modifier and Type Method Description CreateTagNamespaceResponse
Identity. createTagNamespace(CreateTagNamespaceRequest request)
Creates a new tag namespace in the specified compartment.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)
CreateTagNamespaceResponse
IdentityClient. createTagNamespace(CreateTagNamespaceRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateTagNamespaceRequest 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 CreateTagNamespaceRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return CreateTagNamespaceRequest Modifier and Type Method Description CreateTagNamespaceRequest
CreateTagNamespaceRequest.Builder. build()
Build the instance of CreateTagNamespaceRequest as configured by this builderCreateTagNamespaceRequest
CreateTagNamespaceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateTagNamespaceRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type CreateTagNamespaceRequest Modifier and Type Method Description CreateTagNamespaceRequest.Builder
CreateTagNamespaceRequest.Builder. copy(CreateTagNamespaceRequest o)
Copy method to populate the builder with values from the given instance.
-