Uses of Interface
software.amazon.awssdk.services.s3outposts.model.ListOutpostsWithS3Request.Builder
-
Packages that use ListOutpostsWithS3Request.Builder Package Description software.amazon.awssdk.services.s3outposts Amazon S3 on Outposts provides access to S3 on Outposts operations.software.amazon.awssdk.services.s3outposts.model -
-
Uses of ListOutpostsWithS3Request.Builder in software.amazon.awssdk.services.s3outposts
Method parameters in software.amazon.awssdk.services.s3outposts with type arguments of type ListOutpostsWithS3Request.Builder Modifier and Type Method Description default CompletableFuture<ListOutpostsWithS3Response>S3OutpostsAsyncClient. listOutpostsWithS3(Consumer<ListOutpostsWithS3Request.Builder> listOutpostsWithS3Request)Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.default ListOutpostsWithS3ResponseS3OutpostsClient. listOutpostsWithS3(Consumer<ListOutpostsWithS3Request.Builder> listOutpostsWithS3Request)Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.default ListOutpostsWithS3PublisherS3OutpostsAsyncClient. listOutpostsWithS3Paginator(Consumer<ListOutpostsWithS3Request.Builder> listOutpostsWithS3Request)Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.default ListOutpostsWithS3IterableS3OutpostsClient. listOutpostsWithS3Paginator(Consumer<ListOutpostsWithS3Request.Builder> listOutpostsWithS3Request)Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account. -
Uses of ListOutpostsWithS3Request.Builder in software.amazon.awssdk.services.s3outposts.model
Methods in software.amazon.awssdk.services.s3outposts.model that return ListOutpostsWithS3Request.Builder Modifier and Type Method Description static ListOutpostsWithS3Request.BuilderListOutpostsWithS3Request. builder()ListOutpostsWithS3Request.BuilderListOutpostsWithS3Request.Builder. maxResults(Integer maxResults)The maximum number of Outposts to return.ListOutpostsWithS3Request.BuilderListOutpostsWithS3Request.Builder. nextToken(String nextToken)When you can get additional results from theListOutpostsWithS3call, aNextTokenparameter is returned in the output.ListOutpostsWithS3Request.BuilderListOutpostsWithS3Request.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOutpostsWithS3Request.BuilderListOutpostsWithS3Request.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListOutpostsWithS3Request.BuilderListOutpostsWithS3Request. toBuilder()Methods in software.amazon.awssdk.services.s3outposts.model that return types with arguments of type ListOutpostsWithS3Request.Builder Modifier and Type Method Description static Class<? extends ListOutpostsWithS3Request.Builder>ListOutpostsWithS3Request. serializableBuilderClass()
-