Uses of Class
com.oracle.bmc.identity.requests.UpdateTagDefaultRequest
-
Packages that use UpdateTagDefaultRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of UpdateTagDefaultRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type UpdateTagDefaultRequest Modifier and Type Method Description UpdateTagDefaultResponse
Identity. updateTagDefault(UpdateTagDefaultRequest request)
Updates the specified tag default.Future<UpdateTagDefaultResponse>
IdentityAsync. updateTagDefault(UpdateTagDefaultRequest request, AsyncHandler<UpdateTagDefaultRequest,UpdateTagDefaultResponse> handler)
Updates the specified tag default.Future<UpdateTagDefaultResponse>
IdentityAsyncClient. updateTagDefault(UpdateTagDefaultRequest request, AsyncHandler<UpdateTagDefaultRequest,UpdateTagDefaultResponse> handler)
UpdateTagDefaultResponse
IdentityClient. updateTagDefault(UpdateTagDefaultRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateTagDefaultRequest Modifier and Type Method Description Future<UpdateTagDefaultResponse>
IdentityAsync. updateTagDefault(UpdateTagDefaultRequest request, AsyncHandler<UpdateTagDefaultRequest,UpdateTagDefaultResponse> handler)
Updates the specified tag default.Future<UpdateTagDefaultResponse>
IdentityAsyncClient. updateTagDefault(UpdateTagDefaultRequest request, AsyncHandler<UpdateTagDefaultRequest,UpdateTagDefaultResponse> handler)
-
Uses of UpdateTagDefaultRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateTagDefaultRequest Modifier and Type Method Description UpdateTagDefaultRequest
UpdateTagDefaultRequest.Builder. build()
Build the instance of UpdateTagDefaultRequest as configured by this builderUpdateTagDefaultRequest
UpdateTagDefaultRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateTagDefaultRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type UpdateTagDefaultRequest Modifier and Type Method Description UpdateTagDefaultRequest.Builder
UpdateTagDefaultRequest.Builder. copy(UpdateTagDefaultRequest o)
Copy method to populate the builder with values from the given instance.
-