Uses of Interface
software.amazon.awssdk.services.iam.model.ListInstanceProfilesForRoleRequest.Builder
-
Packages that use ListInstanceProfilesForRoleRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of ListInstanceProfilesForRoleRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type ListInstanceProfilesForRoleRequest.Builder Modifier and Type Method Description default CompletableFuture<ListInstanceProfilesForRoleResponse>IamAsyncClient. listInstanceProfilesForRole(Consumer<ListInstanceProfilesForRoleRequest.Builder> listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role.default ListInstanceProfilesForRoleResponseIamClient. listInstanceProfilesForRole(Consumer<ListInstanceProfilesForRoleRequest.Builder> listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role.default ListInstanceProfilesForRolePublisherIamAsyncClient. listInstanceProfilesForRolePaginator(Consumer<ListInstanceProfilesForRoleRequest.Builder> listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role.default ListInstanceProfilesForRoleIterableIamClient. listInstanceProfilesForRolePaginator(Consumer<ListInstanceProfilesForRoleRequest.Builder> listInstanceProfilesForRoleRequest)Lists the instance profiles that have the specified associated IAM role. -
Uses of ListInstanceProfilesForRoleRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ListInstanceProfilesForRoleRequest.Builder Modifier and Type Method Description static ListInstanceProfilesForRoleRequest.BuilderListInstanceProfilesForRoleRequest. builder()ListInstanceProfilesForRoleRequest.BuilderListInstanceProfilesForRoleRequest.Builder. marker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListInstanceProfilesForRoleRequest.BuilderListInstanceProfilesForRoleRequest.Builder. maxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.ListInstanceProfilesForRoleRequest.BuilderListInstanceProfilesForRoleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInstanceProfilesForRoleRequest.BuilderListInstanceProfilesForRoleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInstanceProfilesForRoleRequest.BuilderListInstanceProfilesForRoleRequest.Builder. roleName(String roleName)The name of the role to list instance profiles for.ListInstanceProfilesForRoleRequest.BuilderListInstanceProfilesForRoleRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ListInstanceProfilesForRoleRequest.Builder Modifier and Type Method Description static Class<? extends ListInstanceProfilesForRoleRequest.Builder>ListInstanceProfilesForRoleRequest. serializableBuilderClass()
-