Uses of Class
software.amazon.awssdk.services.iam.model.ListRolePoliciesResponse
-
Packages that use ListRolePoliciesResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListRolePoliciesResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListRolePoliciesResponse Modifier and Type Method Description default ListRolePoliciesResponseIamClient. listRolePolicies(Consumer<ListRolePoliciesRequest.Builder> listRolePoliciesRequest)Lists the names of the inline policies that are embedded in the specified IAM role.default ListRolePoliciesResponseIamClient. listRolePolicies(ListRolePoliciesRequest listRolePoliciesRequest)Lists the names of the inline policies that are embedded in the specified IAM role.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListRolePoliciesResponse Modifier and Type Method Description default CompletableFuture<ListRolePoliciesResponse>IamAsyncClient. listRolePolicies(Consumer<ListRolePoliciesRequest.Builder> listRolePoliciesRequest)Lists the names of the inline policies that are embedded in the specified IAM role.default CompletableFuture<ListRolePoliciesResponse>IamAsyncClient. listRolePolicies(ListRolePoliciesRequest listRolePoliciesRequest)Lists the names of the inline policies that are embedded in the specified IAM role. -
Uses of ListRolePoliciesResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListRolePoliciesResponse Modifier and Type Method Description Iterator<ListRolePoliciesResponse>ListRolePoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListRolePoliciesResponse Modifier and Type Method Description voidListRolePoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRolePoliciesResponse> subscriber)
-