Uses of Interface
software.amazon.awssdk.services.transfer.model.ListAgreementsRequest.Builder
-
Packages that use ListAgreementsRequest.Builder Package Description software.amazon.awssdk.services.transfer Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.software.amazon.awssdk.services.transfer.model -
-
Uses of ListAgreementsRequest.Builder in software.amazon.awssdk.services.transfer
-
Uses of ListAgreementsRequest.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ListAgreementsRequest.Builder Modifier and Type Method Description static ListAgreementsRequest.BuilderListAgreementsRequest. builder()ListAgreementsRequest.BuilderListAgreementsRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return.ListAgreementsRequest.BuilderListAgreementsRequest.Builder. nextToken(String nextToken)When you can get additional results from theListAgreementscall, aNextTokenparameter is returned in the output.ListAgreementsRequest.BuilderListAgreementsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAgreementsRequest.BuilderListAgreementsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAgreementsRequest.BuilderListAgreementsRequest.Builder. serverId(String serverId)The identifier of the server for which you want a list of agreements.ListAgreementsRequest.BuilderListAgreementsRequest. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListAgreementsRequest.Builder Modifier and Type Method Description static Class<? extends ListAgreementsRequest.Builder>ListAgreementsRequest. serializableBuilderClass()
-