Uses of Interface
software.amazon.awssdk.services.controltower.model.ListLandingZonesRequest.Builder
-
Packages that use ListLandingZonesRequest.Builder Package Description software.amazon.awssdk.services.controltower These interfaces allow you to apply the Amazon Web Services library of pre-defined controls to your organizational units, programmatically.software.amazon.awssdk.services.controltower.model -
-
Uses of ListLandingZonesRequest.Builder in software.amazon.awssdk.services.controltower
-
Uses of ListLandingZonesRequest.Builder in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return ListLandingZonesRequest.Builder Modifier and Type Method Description static ListLandingZonesRequest.BuilderListLandingZonesRequest. builder()ListLandingZonesRequest.BuilderListLandingZonesRequest.Builder. maxResults(Integer maxResults)The maximum number of returned landing zone ARNs, which is one.ListLandingZonesRequest.BuilderListLandingZonesRequest.Builder. nextToken(String nextToken)The token to continue the list from a previous API call with the same parameters.ListLandingZonesRequest.BuilderListLandingZonesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLandingZonesRequest.BuilderListLandingZonesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLandingZonesRequest.BuilderListLandingZonesRequest. toBuilder()Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type ListLandingZonesRequest.Builder Modifier and Type Method Description static Class<? extends ListLandingZonesRequest.Builder>ListLandingZonesRequest. serializableBuilderClass()
-