Uses of Class
com.oracle.bmc.identity.requests.CreateTagRequest
-
Packages that use CreateTagRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of CreateTagRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type CreateTagRequest Modifier and Type Method Description CreateTagResponse
Identity. createTag(CreateTagRequest request)
Creates a new tag in the specified tag namespace.Future<CreateTagResponse>
IdentityAsync. createTag(CreateTagRequest request, AsyncHandler<CreateTagRequest,CreateTagResponse> handler)
Creates a new tag in the specified tag namespace.Future<CreateTagResponse>
IdentityAsyncClient. createTag(CreateTagRequest request, AsyncHandler<CreateTagRequest,CreateTagResponse> handler)
CreateTagResponse
IdentityClient. createTag(CreateTagRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateTagRequest Modifier and Type Method Description Future<CreateTagResponse>
IdentityAsync. createTag(CreateTagRequest request, AsyncHandler<CreateTagRequest,CreateTagResponse> handler)
Creates a new tag in the specified tag namespace.Future<CreateTagResponse>
IdentityAsyncClient. createTag(CreateTagRequest request, AsyncHandler<CreateTagRequest,CreateTagResponse> handler)
-
Uses of CreateTagRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return CreateTagRequest Modifier and Type Method Description CreateTagRequest
CreateTagRequest.Builder. build()
Build the instance of CreateTagRequest as configured by this builderCreateTagRequest
CreateTagRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateTagRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type CreateTagRequest Modifier and Type Method Description CreateTagRequest.Builder
CreateTagRequest.Builder. copy(CreateTagRequest o)
Copy method to populate the builder with values from the given instance.
-