Uses of Class
com.oracle.bmc.identity.responses.UpdateCustomerSecretKeyResponse
- 
Packages that use UpdateCustomerSecretKeyResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses 
- 
- 
Uses of UpdateCustomerSecretKeyResponse in com.oracle.bmc.identityMethods in com.oracle.bmc.identity that return UpdateCustomerSecretKeyResponse Modifier and Type Method Description UpdateCustomerSecretKeyResponseIdentity. updateCustomerSecretKey(UpdateCustomerSecretKeyRequest request)Updates the specified secret key’s description.UpdateCustomerSecretKeyResponseIdentityClient. updateCustomerSecretKey(UpdateCustomerSecretKeyRequest request)Methods in com.oracle.bmc.identity that return types with arguments of type UpdateCustomerSecretKeyResponse Modifier and Type Method Description Future<UpdateCustomerSecretKeyResponse>IdentityAsync. updateCustomerSecretKey(UpdateCustomerSecretKeyRequest request, AsyncHandler<UpdateCustomerSecretKeyRequest,UpdateCustomerSecretKeyResponse> handler)Updates the specified secret key’s description.Future<UpdateCustomerSecretKeyResponse>IdentityAsyncClient. updateCustomerSecretKey(UpdateCustomerSecretKeyRequest request, AsyncHandler<UpdateCustomerSecretKeyRequest,UpdateCustomerSecretKeyResponse> handler)Method parameters in com.oracle.bmc.identity with type arguments of type UpdateCustomerSecretKeyResponse Modifier and Type Method Description Future<UpdateCustomerSecretKeyResponse>IdentityAsync. updateCustomerSecretKey(UpdateCustomerSecretKeyRequest request, AsyncHandler<UpdateCustomerSecretKeyRequest,UpdateCustomerSecretKeyResponse> handler)Updates the specified secret key’s description.Future<UpdateCustomerSecretKeyResponse>IdentityAsyncClient. updateCustomerSecretKey(UpdateCustomerSecretKeyRequest request, AsyncHandler<UpdateCustomerSecretKeyRequest,UpdateCustomerSecretKeyResponse> handler)
- 
Uses of UpdateCustomerSecretKeyResponse in com.oracle.bmc.identity.responsesMethods in com.oracle.bmc.identity.responses that return UpdateCustomerSecretKeyResponse Modifier and Type Method Description UpdateCustomerSecretKeyResponseUpdateCustomerSecretKeyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type UpdateCustomerSecretKeyResponse Modifier and Type Method Description UpdateCustomerSecretKeyResponse.BuilderUpdateCustomerSecretKeyResponse.Builder. copy(UpdateCustomerSecretKeyResponse o)Copy method to populate the builder with values from the given instance.
 
-