Uses of Class
com.amazonaws.services.identitymanagement.model.CreateAccessKeyResult

Packages that use CreateAccessKeyResult
com.amazonaws.services.identitymanagement Synchronous and asynchronous client classes for accessing AmazonIdentityManagement. 
com.amazonaws.services.identitymanagement.model Classes modeling the various types represented by AmazonIdentityManagement. 
 

Uses of CreateAccessKeyResult in com.amazonaws.services.identitymanagement
 

Methods in com.amazonaws.services.identitymanagement that return CreateAccessKeyResult
 CreateAccessKeyResult AmazonIdentityManagementClient.createAccessKey()
           Creates a new AWS secret access key and corresponding AWS access key ID for the specified user.
 CreateAccessKeyResult AmazonIdentityManagement.createAccessKey()
           Creates a new AWS secret access key and corresponding AWS access key ID for the specified user.
 CreateAccessKeyResult AmazonIdentityManagementClient.createAccessKey(CreateAccessKeyRequest createAccessKeyRequest)
           Creates a new AWS secret access key and corresponding AWS access key ID for the specified user.
 CreateAccessKeyResult AmazonIdentityManagement.createAccessKey(CreateAccessKeyRequest createAccessKeyRequest)
           Creates a new AWS secret access key and corresponding AWS access key ID for the specified user.
 

Methods in com.amazonaws.services.identitymanagement that return types with arguments of type CreateAccessKeyResult
 Future<CreateAccessKeyResult> AmazonIdentityManagementAsyncClient.createAccessKeyAsync(CreateAccessKeyRequest createAccessKeyRequest)
           Creates a new AWS secret access key and corresponding AWS access key ID for the specified user.
 Future<CreateAccessKeyResult> AmazonIdentityManagementAsync.createAccessKeyAsync(CreateAccessKeyRequest createAccessKeyRequest)
           Creates a new AWS secret access key and corresponding AWS access key ID for the specified user.
 Future<CreateAccessKeyResult> AmazonIdentityManagementAsyncClient.createAccessKeyAsync(CreateAccessKeyRequest createAccessKeyRequest, AsyncHandler<CreateAccessKeyRequest,CreateAccessKeyResult> asyncHandler)
           Creates a new AWS secret access key and corresponding AWS access key ID for the specified user.
 Future<CreateAccessKeyResult> AmazonIdentityManagementAsync.createAccessKeyAsync(CreateAccessKeyRequest createAccessKeyRequest, AsyncHandler<CreateAccessKeyRequest,CreateAccessKeyResult> asyncHandler)
           Creates a new AWS secret access key and corresponding AWS access key ID for the specified user.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type CreateAccessKeyResult
 Future<CreateAccessKeyResult> AmazonIdentityManagementAsyncClient.createAccessKeyAsync(CreateAccessKeyRequest createAccessKeyRequest, AsyncHandler<CreateAccessKeyRequest,CreateAccessKeyResult> asyncHandler)
           Creates a new AWS secret access key and corresponding AWS access key ID for the specified user.
 Future<CreateAccessKeyResult> AmazonIdentityManagementAsync.createAccessKeyAsync(CreateAccessKeyRequest createAccessKeyRequest, AsyncHandler<CreateAccessKeyRequest,CreateAccessKeyResult> asyncHandler)
           Creates a new AWS secret access key and corresponding AWS access key ID for the specified user.
 

Uses of CreateAccessKeyResult in com.amazonaws.services.identitymanagement.model
 

Methods in com.amazonaws.services.identitymanagement.model that return CreateAccessKeyResult
 CreateAccessKeyResult CreateAccessKeyResult.withAccessKey(AccessKey accessKey)
          Information about the access key.
 



Copyright © 2016. All rights reserved.