Uses of Class
com.oracle.bmc.identity.responses.CreateTagResponse
-
Packages that use CreateTagResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateTagResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateTagResponse Modifier and Type Method Description CreateTagResponse
Identity. createTag(CreateTagRequest request)
Creates a new tag in the specified tag namespace.CreateTagResponse
IdentityClient. createTag(CreateTagRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreateTagResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateTagResponse 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 CreateTagResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateTagResponse Modifier and Type Method Description CreateTagResponse
CreateTagResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type CreateTagResponse Modifier and Type Method Description CreateTagResponse.Builder
CreateTagResponse.Builder. copy(CreateTagResponse o)
Copy method to populate the builder with values from the given instance.
-