Uses of Interface
software.amazon.awssdk.services.storagegateway.model.ListFileSystemAssociationsRequest.Builder
-
Packages that use ListFileSystemAssociationsRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of ListFileSystemAssociationsRequest.Builder in software.amazon.awssdk.services.storagegateway
-
Uses of ListFileSystemAssociationsRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return ListFileSystemAssociationsRequest.Builder Modifier and Type Method Description static ListFileSystemAssociationsRequest.BuilderListFileSystemAssociationsRequest. builder()ListFileSystemAssociationsRequest.BuilderListFileSystemAssociationsRequest.Builder. gatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.ListFileSystemAssociationsRequest.BuilderListFileSystemAssociationsRequest.Builder. limit(Integer limit)The maximum number of file system associations to return in the response.ListFileSystemAssociationsRequest.BuilderListFileSystemAssociationsRequest.Builder. marker(String marker)Opaque pagination token returned from a previousListFileSystemAssociationsoperation.ListFileSystemAssociationsRequest.BuilderListFileSystemAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFileSystemAssociationsRequest.BuilderListFileSystemAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFileSystemAssociationsRequest.BuilderListFileSystemAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type ListFileSystemAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends ListFileSystemAssociationsRequest.Builder>ListFileSystemAssociationsRequest. serializableBuilderClass()
-