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.identity
Methods in com.oracle.bmc.identity with parameters of type UpdateTagRequest Modifier and Type Method Description UpdateTagResponse
Identity. 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)
UpdateTagResponse
IdentityClient. 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.requests
Methods in com.oracle.bmc.identity.requests that return UpdateTagRequest Modifier and Type Method Description UpdateTagRequest
UpdateTagRequest.Builder. build()
Build the instance of UpdateTagRequest as configured by this builderUpdateTagRequest
UpdateTagRequest.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.Builder
UpdateTagRequest.Builder. copy(UpdateTagRequest o)
Copy method to populate the builder with values from the given instance.
-