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