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

Packages that use GetInstanceProfileRequest
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 GetInstanceProfileRequest in com.amazonaws.services.identitymanagement
 

Methods in com.amazonaws.services.identitymanagement with parameters of type GetInstanceProfileRequest
 GetInstanceProfileResult AmazonIdentityManagementClient.getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)
           Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.
 GetInstanceProfileResult AmazonIdentityManagement.getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)
           Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.
 Future<GetInstanceProfileResult> AmazonIdentityManagementAsyncClient.getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest)
           Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.
 Future<GetInstanceProfileResult> AmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest)
           Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.
 Future<GetInstanceProfileResult> AmazonIdentityManagementAsyncClient.getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest, AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler)
           Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.
 Future<GetInstanceProfileResult> AmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest, AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler)
           Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetInstanceProfileRequest
 Future<GetInstanceProfileResult> AmazonIdentityManagementAsyncClient.getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest, AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler)
           Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.
 Future<GetInstanceProfileResult> AmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest, AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler)
           Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.
 

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

Methods in com.amazonaws.services.identitymanagement.model that return GetInstanceProfileRequest
 GetInstanceProfileRequest GetInstanceProfileRequest.withInstanceProfileName(String instanceProfileName)
          Name of the instance profile to get information about.
 



Copyright © 2016. All rights reserved.