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 CreateTagResponseIdentity. 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)CreateTagResponseIdentityClient. 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 CreateTagRequestCreateTagRequest.Builder. build()Build the instance of CreateTagRequest as configured by this builderCreateTagRequestCreateTagRequest.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.BuilderCreateTagRequest.Builder. copy(CreateTagRequest o)Copy method to populate the builder with values from the given instance.
-