Uses of Class
com.oracle.bmc.identity.requests.UpdateCustomerSecretKeyRequest
-
Packages that use UpdateCustomerSecretKeyRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of UpdateCustomerSecretKeyRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type UpdateCustomerSecretKeyRequest Modifier and Type Method Description UpdateCustomerSecretKeyResponse
Identity. updateCustomerSecretKey(UpdateCustomerSecretKeyRequest request)
Updates the specified secret key’s 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)
UpdateCustomerSecretKeyResponse
IdentityClient. updateCustomerSecretKey(UpdateCustomerSecretKeyRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateCustomerSecretKeyRequest 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 UpdateCustomerSecretKeyRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateCustomerSecretKeyRequest Modifier and Type Method Description UpdateCustomerSecretKeyRequest
UpdateCustomerSecretKeyRequest.Builder. build()
Build the instance of UpdateCustomerSecretKeyRequest as configured by this builderUpdateCustomerSecretKeyRequest
UpdateCustomerSecretKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateCustomerSecretKeyRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type UpdateCustomerSecretKeyRequest Modifier and Type Method Description UpdateCustomerSecretKeyRequest.Builder
UpdateCustomerSecretKeyRequest.Builder. copy(UpdateCustomerSecretKeyRequest o)
Copy method to populate the builder with values from the given instance.
-