Uses of Class
software.amazon.awssdk.services.iam.model.GetRoleResponse
-
Packages that use GetRoleResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.waiters -
-
Uses of GetRoleResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return GetRoleResponse Modifier and Type Method Description default GetRoleResponseIamClient. getRole(Consumer<GetRoleRequest.Builder> 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.Methods in software.amazon.awssdk.services.iam that return types with arguments of type GetRoleResponse Modifier and Type Method Description default CompletableFuture<GetRoleResponse>IamAsyncClient. getRole(Consumer<GetRoleRequest.Builder> 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 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. -
Uses of GetRoleResponse in software.amazon.awssdk.services.iam.waiters
Methods in software.amazon.awssdk.services.iam.waiters that return types with arguments of type GetRoleResponse Modifier and Type Method Description default CompletableFuture<WaiterResponse<GetRoleResponse>>IamAsyncWaiter. waitUntilRoleExists(Consumer<GetRoleRequest.Builder> 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 state.default CompletableFuture<WaiterResponse<GetRoleResponse>>IamAsyncWaiter. waitUntilRoleExists(Consumer<GetRoleRequest.Builder> getRoleRequest, Consumer<WaiterOverrideConfiguration.Builder> 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 state.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(Consumer<GetRoleRequest.Builder> 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 state.default WaiterResponse<GetRoleResponse>IamWaiter. waitUntilRoleExists(Consumer<GetRoleRequest.Builder> getRoleRequest, Consumer<WaiterOverrideConfiguration.Builder> 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.default 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
-