Uses of Interface
software.amazon.awssdk.services.groundstation.model.ListConfigsRequest.Builder
-
Packages that use ListConfigsRequest.Builder Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.model -
-
Uses of ListConfigsRequest.Builder in software.amazon.awssdk.services.groundstation
-
Uses of ListConfigsRequest.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return ListConfigsRequest.Builder Modifier and Type Method Description static ListConfigsRequest.BuilderListConfigsRequest. builder()ListConfigsRequest.BuilderListConfigsRequest.Builder. maxResults(Integer maxResults)Maximum number ofConfigsreturned.ListConfigsRequest.BuilderListConfigsRequest.Builder. nextToken(String nextToken)Next token returned in the request of a previousListConfigscall.ListConfigsRequest.BuilderListConfigsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConfigsRequest.BuilderListConfigsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListConfigsRequest.BuilderListConfigsRequest. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type ListConfigsRequest.Builder Modifier and Type Method Description static Class<? extends ListConfigsRequest.Builder>ListConfigsRequest. serializableBuilderClass()
-