Uses of Class
com.amazonaws.services.identitymanagement.model.GetInstanceProfileResult
Packages that use GetInstanceProfileResult
Package
Description
-
Uses of GetInstanceProfileResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetInstanceProfileResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getInstanceProfile(GetInstanceProfileRequest request) AmazonIdentityManagement.getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest) Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.AmazonIdentityManagementClient.getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest) Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetInstanceProfileResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest request) AbstractAmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest request, AsyncHandler<GetInstanceProfileRequest, GetInstanceProfileResult> asyncHandler) AmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest) Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.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.AmazonIdentityManagementAsyncClient.getInstanceProfileAsync(GetInstanceProfileRequest request) AmazonIdentityManagementAsyncClient.getInstanceProfileAsync(GetInstanceProfileRequest request, AsyncHandler<GetInstanceProfileRequest, GetInstanceProfileResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetInstanceProfileResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getInstanceProfileAsync(GetInstanceProfileRequest request, AsyncHandler<GetInstanceProfileRequest, GetInstanceProfileResult> asyncHandler) 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.AmazonIdentityManagementAsyncClient.getInstanceProfileAsync(GetInstanceProfileRequest request, AsyncHandler<GetInstanceProfileRequest, GetInstanceProfileResult> asyncHandler) -
Uses of GetInstanceProfileResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetInstanceProfileResultModifier and TypeMethodDescriptionGetInstanceProfileResult.clone()GetInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile) A structure containing details about the instance profile.