Uses of Class
software.amazon.awssdk.services.iam.paginators.ListInstanceProfilesForRolePublisher
-
Packages that use ListInstanceProfilesForRolePublisher Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListInstanceProfilesForRolePublisher in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListInstanceProfilesForRolePublisher Modifier and Type Method Description default ListInstanceProfilesForRolePublisherIamAsyncClient. listInstanceProfilesForRolePaginator(Consumer<ListInstanceProfilesForRoleRequest.Builder> 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.
-