Uses of Interface
software.amazon.awssdk.services.s3outposts.model.ListSharedEndpointsRequest.Builder
-
Packages that use ListSharedEndpointsRequest.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 ListSharedEndpointsRequest.Builder in software.amazon.awssdk.services.s3outposts
-
Uses of ListSharedEndpointsRequest.Builder in software.amazon.awssdk.services.s3outposts.model
Methods in software.amazon.awssdk.services.s3outposts.model that return ListSharedEndpointsRequest.Builder Modifier and Type Method Description static ListSharedEndpointsRequest.BuilderListSharedEndpointsRequest. builder()ListSharedEndpointsRequest.BuilderListSharedEndpointsRequest.Builder. maxResults(Integer maxResults)The maximum number of endpoints that will be returned in the response.ListSharedEndpointsRequest.BuilderListSharedEndpointsRequest.Builder. nextToken(String nextToken)If a previous response from this operation included aNextTokenvalue, you can provide that value here to retrieve the next page of results.ListSharedEndpointsRequest.BuilderListSharedEndpointsRequest.Builder. outpostId(String outpostId)The ID of the Amazon Web Services Outpost.ListSharedEndpointsRequest.BuilderListSharedEndpointsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSharedEndpointsRequest.BuilderListSharedEndpointsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSharedEndpointsRequest.BuilderListSharedEndpointsRequest. toBuilder()Methods in software.amazon.awssdk.services.s3outposts.model that return types with arguments of type ListSharedEndpointsRequest.Builder Modifier and Type Method Description static Class<? extends ListSharedEndpointsRequest.Builder>ListSharedEndpointsRequest. serializableBuilderClass()
-