Uses of Class
software.amazon.awssdk.services.iam.model.GetInstanceProfileRequest
-
Packages that use GetInstanceProfileRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.transform software.amazon.awssdk.services.iam.waiters -
-
Uses of GetInstanceProfileRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type GetInstanceProfileRequest Modifier and Type Method Description default CompletableFuture<GetInstanceProfileResponse>IamAsyncClient. getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role.default GetInstanceProfileResponseIamClient. getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)Retrieves information about the specified instance profile, including the instance profile's path, GUID, ARN, and role. -
Uses of GetInstanceProfileRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type GetInstanceProfileRequest Modifier and Type Method Description SdkHttpFullRequestGetInstanceProfileRequestMarshaller. marshall(GetInstanceProfileRequest getInstanceProfileRequest) -
Uses of GetInstanceProfileRequest in software.amazon.awssdk.services.iam.waiters
Methods in software.amazon.awssdk.services.iam.waiters with parameters of type GetInstanceProfileRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<GetInstanceProfileResponse>>IamAsyncWaiter. waitUntilInstanceProfileExists(GetInstanceProfileRequest getInstanceProfileRequest)PollsIamAsyncClient.getInstanceProfile(software.amazon.awssdk.services.iam.model.GetInstanceProfileRequest)API until the desired conditionInstanceProfileExistsis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<GetInstanceProfileResponse>>IamAsyncWaiter. waitUntilInstanceProfileExists(GetInstanceProfileRequest getInstanceProfileRequest, WaiterOverrideConfiguration overrideConfig)PollsIamAsyncClient.getInstanceProfile(software.amazon.awssdk.services.iam.model.GetInstanceProfileRequest)API until the desired conditionInstanceProfileExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetInstanceProfileResponse>IamWaiter. waitUntilInstanceProfileExists(GetInstanceProfileRequest getInstanceProfileRequest)PollsIamClient.getInstanceProfile(software.amazon.awssdk.services.iam.model.GetInstanceProfileRequest)API until the desired conditionInstanceProfileExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetInstanceProfileResponse>IamWaiter. waitUntilInstanceProfileExists(GetInstanceProfileRequest getInstanceProfileRequest, WaiterOverrideConfiguration overrideConfig)PollsIamClient.getInstanceProfile(software.amazon.awssdk.services.iam.model.GetInstanceProfileRequest)API until the desired conditionInstanceProfileExistsis met, or until it is determined that the resource will never enter into the desired state
-