Uses of Class
software.amazon.awssdk.services.iam.model.ListInstanceProfilesForRoleRequest
-
Packages that use ListInstanceProfilesForRoleRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators software.amazon.awssdk.services.iam.transform -
-
Uses of ListInstanceProfilesForRoleRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type ListInstanceProfilesForRoleRequest Modifier and Type Method Description default CompletableFuture<ListInstanceProfilesForRoleResponse>IamAsyncClient. listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role.default ListInstanceProfilesForRoleResponseIamClient. listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role.default ListInstanceProfilesForRolePublisherIamAsyncClient. listInstanceProfilesForRolePaginator(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role.default ListInstanceProfilesForRoleIterableIamClient. listInstanceProfilesForRolePaginator(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role. -
Uses of ListInstanceProfilesForRoleRequest in software.amazon.awssdk.services.iam.paginators
Constructors in software.amazon.awssdk.services.iam.paginators with parameters of type ListInstanceProfilesForRoleRequest Constructor Description ListInstanceProfilesForRoleIterable(IamClient client, ListInstanceProfilesForRoleRequest firstRequest)ListInstanceProfilesForRolePublisher(IamAsyncClient client, ListInstanceProfilesForRoleRequest firstRequest) -
Uses of ListInstanceProfilesForRoleRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type ListInstanceProfilesForRoleRequest Modifier and Type Method Description SdkHttpFullRequestListInstanceProfilesForRoleRequestMarshaller. marshall(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
-