Uses of Class
software.amazon.awssdk.services.iam.model.GetRoleRequest
-
Packages that use GetRoleRequest 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 GetRoleRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type GetRoleRequest Modifier and Type Method Description default CompletableFuture<GetRoleResponse>IamAsyncClient. getRole(GetRoleRequest getRoleRequest)Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role.default GetRoleResponseIamClient. getRole(GetRoleRequest getRoleRequest)Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role. -
Uses of GetRoleRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type GetRoleRequest Modifier and Type Method Description SdkHttpFullRequestGetRoleRequestMarshaller. marshall(GetRoleRequest getRoleRequest) -
Uses of GetRoleRequest in software.amazon.awssdk.services.iam.waiters
Methods in software.amazon.awssdk.services.iam.waiters with parameters of type GetRoleRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<GetRoleResponse>>IamAsyncWaiter. waitUntilRoleExists(GetRoleRequest getRoleRequest)PollsIamAsyncClient.getRole(software.amazon.awssdk.services.iam.model.GetRoleRequest)API until the desired conditionRoleExistsis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<GetRoleResponse>>IamAsyncWaiter. waitUntilRoleExists(GetRoleRequest getRoleRequest, WaiterOverrideConfiguration overrideConfig)PollsIamAsyncClient.getRole(software.amazon.awssdk.services.iam.model.GetRoleRequest)API until the desired conditionRoleExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetRoleResponse>IamWaiter. waitUntilRoleExists(GetRoleRequest getRoleRequest)PollsIamClient.getRole(software.amazon.awssdk.services.iam.model.GetRoleRequest)API until the desired conditionRoleExistsis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetRoleResponse>IamWaiter. waitUntilRoleExists(GetRoleRequest getRoleRequest, WaiterOverrideConfiguration overrideConfig)PollsIamClient.getRole(software.amazon.awssdk.services.iam.model.GetRoleRequest)API until the desired conditionRoleExistsis met, or until it is determined that the resource will never enter into the desired state
-