Uses of Class
com.oracle.bmc.identity.requests.UpdateTagRequest
- 
Packages that use UpdateTagRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests 
- 
- 
Uses of UpdateTagRequest in com.oracle.bmc.identityMethods in com.oracle.bmc.identity with parameters of type UpdateTagRequest Modifier and Type Method Description UpdateTagResponseIdentity. updateTag(UpdateTagRequest request)Updates the specified tag definition.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)UpdateTagResponseIdentityClient. updateTag(UpdateTagRequest request)Method parameters in com.oracle.bmc.identity with type arguments of type UpdateTagRequest 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 UpdateTagRequest in com.oracle.bmc.identity.requestsMethods in com.oracle.bmc.identity.requests that return UpdateTagRequest Modifier and Type Method Description UpdateTagRequestUpdateTagRequest.Builder. build()Build the instance of UpdateTagRequest as configured by this builderUpdateTagRequestUpdateTagRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateTagRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type UpdateTagRequest Modifier and Type Method Description UpdateTagRequest.BuilderUpdateTagRequest.Builder. copy(UpdateTagRequest o)Copy method to populate the builder with values from the given instance.
 
-