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