Uses of Interface
software.amazon.awssdk.services.controltower.model.UpdateLandingZoneRequest.Builder
-
Packages that use UpdateLandingZoneRequest.Builder Package Description software.amazon.awssdk.services.controltower Amazon Web Services Control Tower offers application programming interface (API) operations that support programmatic interaction with these types of resources:software.amazon.awssdk.services.controltower.model -
-
Uses of UpdateLandingZoneRequest.Builder in software.amazon.awssdk.services.controltower
Method parameters in software.amazon.awssdk.services.controltower with type arguments of type UpdateLandingZoneRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateLandingZoneResponse>ControlTowerAsyncClient. updateLandingZone(Consumer<UpdateLandingZoneRequest.Builder> updateLandingZoneRequest)This API call updates the landing zone.default UpdateLandingZoneResponseControlTowerClient. updateLandingZone(Consumer<UpdateLandingZoneRequest.Builder> updateLandingZoneRequest)This API call updates the landing zone. -
Uses of UpdateLandingZoneRequest.Builder in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return UpdateLandingZoneRequest.Builder Modifier and Type Method Description static UpdateLandingZoneRequest.BuilderUpdateLandingZoneRequest. builder()UpdateLandingZoneRequest.BuilderUpdateLandingZoneRequest.Builder. landingZoneIdentifier(String landingZoneIdentifier)The unique identifier of the landing zone.UpdateLandingZoneRequest.BuilderUpdateLandingZoneRequest.Builder. manifest(Document manifest)The manifest file (JSON) is a text file that describes your Amazon Web Services resources.UpdateLandingZoneRequest.BuilderUpdateLandingZoneRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLandingZoneRequest.BuilderUpdateLandingZoneRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLandingZoneRequest.BuilderUpdateLandingZoneRequest. toBuilder()UpdateLandingZoneRequest.BuilderUpdateLandingZoneRequest.Builder. version(String version)The landing zone version, for example, 3.2.Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type UpdateLandingZoneRequest.Builder Modifier and Type Method Description static Class<? extends UpdateLandingZoneRequest.Builder>UpdateLandingZoneRequest. serializableBuilderClass()
-