Uses of Class
software.amazon.awssdk.services.transfer.model.ListSecurityPoliciesResponse
-
Packages that use ListSecurityPoliciesResponse 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.paginators -
-
Uses of ListSecurityPoliciesResponse in software.amazon.awssdk.services.transfer
Methods in software.amazon.awssdk.services.transfer that return ListSecurityPoliciesResponse Modifier and Type Method Description default ListSecurityPoliciesResponseTransferClient. listSecurityPolicies(Consumer<ListSecurityPoliciesRequest.Builder> listSecurityPoliciesRequest)Lists the security policies that are attached to your servers and SFTP connectors.default ListSecurityPoliciesResponseTransferClient. listSecurityPolicies(ListSecurityPoliciesRequest listSecurityPoliciesRequest)Lists the security policies that are attached to your servers and SFTP connectors.Methods in software.amazon.awssdk.services.transfer that return types with arguments of type ListSecurityPoliciesResponse Modifier and Type Method Description default CompletableFuture<ListSecurityPoliciesResponse>TransferAsyncClient. listSecurityPolicies(Consumer<ListSecurityPoliciesRequest.Builder> listSecurityPoliciesRequest)Lists the security policies that are attached to your servers and SFTP connectors.default CompletableFuture<ListSecurityPoliciesResponse>TransferAsyncClient. listSecurityPolicies(ListSecurityPoliciesRequest listSecurityPoliciesRequest)Lists the security policies that are attached to your servers and SFTP connectors. -
Uses of ListSecurityPoliciesResponse in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListSecurityPoliciesResponse Modifier and Type Method Description Iterator<ListSecurityPoliciesResponse>ListSecurityPoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.transfer.paginators with type arguments of type ListSecurityPoliciesResponse Modifier and Type Method Description voidListSecurityPoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSecurityPoliciesResponse> subscriber)
-