Uses of Class
com.amazonaws.services.identitymanagement.model.GetInstanceProfileRequest
-
Packages that use GetInstanceProfileRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of GetInstanceProfileRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetInstanceProfileRequest Modifier and Type Method Description GetInstanceProfileResultAbstractAmazonIdentityManagement. getInstanceProfile(GetInstanceProfileRequest request)GetInstanceProfileResultAmazonIdentityManagement. getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.GetInstanceProfileResultAmazonIdentityManagementClient. getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.Future<GetInstanceProfileResult>AbstractAmazonIdentityManagementAsync. getInstanceProfileAsync(GetInstanceProfileRequest request)Future<GetInstanceProfileResult>AbstractAmazonIdentityManagementAsync. getInstanceProfileAsync(GetInstanceProfileRequest request, AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler)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>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.Future<GetInstanceProfileResult>AmazonIdentityManagementAsyncClient. getInstanceProfileAsync(GetInstanceProfileRequest request)Future<GetInstanceProfileResult>AmazonIdentityManagementAsyncClient. getInstanceProfileAsync(GetInstanceProfileRequest request, AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler)Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetInstanceProfileRequest Modifier and Type Method Description Future<GetInstanceProfileResult>AbstractAmazonIdentityManagementAsync. getInstanceProfileAsync(GetInstanceProfileRequest request, AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler)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.Future<GetInstanceProfileResult>AmazonIdentityManagementAsyncClient. getInstanceProfileAsync(GetInstanceProfileRequest request, AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler) -
Uses of GetInstanceProfileRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetInstanceProfileRequest Modifier and Type Method Description GetInstanceProfileRequestGetInstanceProfileRequest. clone()GetInstanceProfileRequestGetInstanceProfileRequest. withInstanceProfileName(String instanceProfileName)The name of the instance profile to get information about.
-