Uses of Interface
software.amazon.awssdk.services.ram.model.ListPermissionAssociationsRequest.Builder
Packages that use ListPermissionAssociationsRequest.Builder
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of ListPermissionAssociationsRequest.Builder in software.amazon.awssdk.services.ram
Method parameters in software.amazon.awssdk.services.ram with type arguments of type ListPermissionAssociationsRequest.BuilderModifier and TypeMethodDescriptionRamAsyncClient.listPermissionAssociations(Consumer<ListPermissionAssociationsRequest.Builder> listPermissionAssociationsRequest) Lists information about the managed permission and its associations to any resource shares that use this managed permission.RamClient.listPermissionAssociations(Consumer<ListPermissionAssociationsRequest.Builder> listPermissionAssociationsRequest) Lists information about the managed permission and its associations to any resource shares that use this managed permission.RamAsyncClient.listPermissionAssociationsPaginator(Consumer<ListPermissionAssociationsRequest.Builder> listPermissionAssociationsRequest) This is a variant ofRamAsyncClient.listPermissionAssociations(software.amazon.awssdk.services.ram.model.ListPermissionAssociationsRequest)operation.RamClient.listPermissionAssociationsPaginator(Consumer<ListPermissionAssociationsRequest.Builder> listPermissionAssociationsRequest) This is a variant ofRamClient.listPermissionAssociations(software.amazon.awssdk.services.ram.model.ListPermissionAssociationsRequest)operation. -
Uses of ListPermissionAssociationsRequest.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ListPermissionAssociationsRequest.BuilderModifier and TypeMethodDescriptionListPermissionAssociationsRequest.Builder.associationStatus(String associationStatus) Specifies that you want to list only those associations with resource shares that match this status.ListPermissionAssociationsRequest.Builder.associationStatus(ResourceShareAssociationStatus associationStatus) Specifies that you want to list only those associations with resource shares that match this status.ListPermissionAssociationsRequest.builder()ListPermissionAssociationsRequest.Builder.defaultVersion(Boolean defaultVersion) Whentrue, specifies that you want to list only those associations with resource shares that use the default version of the specified managed permission.ListPermissionAssociationsRequest.Builder.featureSet(String featureSet) Specifies that you want to list only those associations with resource shares that have afeatureSetwith this value.ListPermissionAssociationsRequest.Builder.featureSet(PermissionFeatureSet featureSet) Specifies that you want to list only those associations with resource shares that have afeatureSetwith this value.ListPermissionAssociationsRequest.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.ListPermissionAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListPermissionAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListPermissionAssociationsRequest.Builder.permissionArn(String permissionArn) Specifies the Amazon Resource Name (ARN) of the managed permission.ListPermissionAssociationsRequest.Builder.permissionVersion(Integer permissionVersion) Specifies that you want to list only those associations with resource shares that use this version of the managed permission.ListPermissionAssociationsRequest.Builder.resourceType(String resourceType) Specifies that you want to list only those associations with resource shares that include at least one resource of this resource type.ListPermissionAssociationsRequest.toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ListPermissionAssociationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPermissionAssociationsRequest.Builder>ListPermissionAssociationsRequest.serializableBuilderClass()