Uses of Class
software.amazon.awssdk.services.iam.model.CreateAccessKeyResponse
-
Packages that use CreateAccessKeyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of CreateAccessKeyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return CreateAccessKeyResponse Modifier and Type Method Description default CreateAccessKeyResponseIamClient. createAccessKey()Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the specified user.default CreateAccessKeyResponseIamClient. createAccessKey(Consumer<CreateAccessKeyRequest.Builder> createAccessKeyRequest)Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the specified user.default CreateAccessKeyResponseIamClient. createAccessKey(CreateAccessKeyRequest createAccessKeyRequest)Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the specified user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type CreateAccessKeyResponse Modifier and Type Method Description default CompletableFuture<CreateAccessKeyResponse>IamAsyncClient. createAccessKey()Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the specified user.default CompletableFuture<CreateAccessKeyResponse>IamAsyncClient. createAccessKey(Consumer<CreateAccessKeyRequest.Builder> createAccessKeyRequest)Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the specified user.default CompletableFuture<CreateAccessKeyResponse>IamAsyncClient. createAccessKey(CreateAccessKeyRequest createAccessKeyRequest)Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the specified user.
-