Uses of Interface
software.amazon.awssdk.services.ram.model.ListPermissionVersionsRequest.Builder
Packages that use ListPermissionVersionsRequest.Builder
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of ListPermissionVersionsRequest.Builder in software.amazon.awssdk.services.ram
Method parameters in software.amazon.awssdk.services.ram with type arguments of type ListPermissionVersionsRequest.BuilderModifier and TypeMethodDescriptionRamAsyncClient.listPermissionVersions(Consumer<ListPermissionVersionsRequest.Builder> listPermissionVersionsRequest) Lists the available versions of the specified RAM permission.default ListPermissionVersionsResponseRamClient.listPermissionVersions(Consumer<ListPermissionVersionsRequest.Builder> listPermissionVersionsRequest) Lists the available versions of the specified RAM permission.default ListPermissionVersionsPublisherRamAsyncClient.listPermissionVersionsPaginator(Consumer<ListPermissionVersionsRequest.Builder> listPermissionVersionsRequest) This is a variant ofRamAsyncClient.listPermissionVersions(software.amazon.awssdk.services.ram.model.ListPermissionVersionsRequest)operation.default ListPermissionVersionsIterableRamClient.listPermissionVersionsPaginator(Consumer<ListPermissionVersionsRequest.Builder> listPermissionVersionsRequest) This is a variant ofRamClient.listPermissionVersions(software.amazon.awssdk.services.ram.model.ListPermissionVersionsRequest)operation. -
Uses of ListPermissionVersionsRequest.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ListPermissionVersionsRequest.BuilderModifier and TypeMethodDescriptionListPermissionVersionsRequest.builder()ListPermissionVersionsRequest.Builder.maxResults(Integer maxResults) Specifies the total number of results that you want included on each page of the response.Specifies that you want to receive the next page of results.ListPermissionVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListPermissionVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListPermissionVersionsRequest.Builder.permissionArn(String permissionArn) Specifies the Amazon Resource Name (ARN) of the RAM permission whose versions you want to list.ListPermissionVersionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ListPermissionVersionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPermissionVersionsRequest.Builder>ListPermissionVersionsRequest.serializableBuilderClass()