Uses of Interface
software.amazon.awssdk.services.controltower.model.ResetLandingZoneRequest.Builder
-
Packages that use ResetLandingZoneRequest.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 ResetLandingZoneRequest.Builder in software.amazon.awssdk.services.controltower
Method parameters in software.amazon.awssdk.services.controltower with type arguments of type ResetLandingZoneRequest.Builder Modifier and Type Method Description default CompletableFuture<ResetLandingZoneResponse>ControlTowerAsyncClient. resetLandingZone(Consumer<ResetLandingZoneRequest.Builder> resetLandingZoneRequest)This API call resets a landing zone.default ResetLandingZoneResponseControlTowerClient. resetLandingZone(Consumer<ResetLandingZoneRequest.Builder> resetLandingZoneRequest)This API call resets a landing zone. -
Uses of ResetLandingZoneRequest.Builder in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return ResetLandingZoneRequest.Builder Modifier and Type Method Description static ResetLandingZoneRequest.BuilderResetLandingZoneRequest. builder()ResetLandingZoneRequest.BuilderResetLandingZoneRequest.Builder. landingZoneIdentifier(String landingZoneIdentifier)The unique identifier of the landing zone.ResetLandingZoneRequest.BuilderResetLandingZoneRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ResetLandingZoneRequest.BuilderResetLandingZoneRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ResetLandingZoneRequest.BuilderResetLandingZoneRequest. toBuilder()Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type ResetLandingZoneRequest.Builder Modifier and Type Method Description static Class<? extends ResetLandingZoneRequest.Builder>ResetLandingZoneRequest. serializableBuilderClass()
-