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.identity
Methods in com.oracle.bmc.identity that return UpdateCustomerSecretKeyResponse Modifier and Type Method Description UpdateCustomerSecretKeyResponse
Identity. updateCustomerSecretKey(UpdateCustomerSecretKeyRequest request)
Updates the specified secret key’s description.UpdateCustomerSecretKeyResponse
IdentityClient. 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.responses
Methods in com.oracle.bmc.identity.responses that return UpdateCustomerSecretKeyResponse Modifier and Type Method Description UpdateCustomerSecretKeyResponse
UpdateCustomerSecretKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type UpdateCustomerSecretKeyResponse Modifier and Type Method Description UpdateCustomerSecretKeyResponse.Builder
UpdateCustomerSecretKeyResponse.Builder. copy(UpdateCustomerSecretKeyResponse o)
Copy method to populate the builder with values from the given instance.
-