Uses of Interface
software.amazon.awssdk.services.controltower.model.GetLandingZoneRequest.Builder
-
Packages that use GetLandingZoneRequest.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 GetLandingZoneRequest.Builder in software.amazon.awssdk.services.controltower
Method parameters in software.amazon.awssdk.services.controltower with type arguments of type GetLandingZoneRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLandingZoneResponse>ControlTowerAsyncClient. getLandingZone(Consumer<GetLandingZoneRequest.Builder> getLandingZoneRequest)Returns details about the landing zone.default GetLandingZoneResponseControlTowerClient. getLandingZone(Consumer<GetLandingZoneRequest.Builder> getLandingZoneRequest)Returns details about the landing zone. -
Uses of GetLandingZoneRequest.Builder in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return GetLandingZoneRequest.Builder Modifier and Type Method Description static GetLandingZoneRequest.BuilderGetLandingZoneRequest. builder()GetLandingZoneRequest.BuilderGetLandingZoneRequest.Builder. landingZoneIdentifier(String landingZoneIdentifier)The unique identifier of the landing zone.GetLandingZoneRequest.BuilderGetLandingZoneRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLandingZoneRequest.BuilderGetLandingZoneRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLandingZoneRequest.BuilderGetLandingZoneRequest. toBuilder()Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type GetLandingZoneRequest.Builder Modifier and Type Method Description static Class<? extends GetLandingZoneRequest.Builder>GetLandingZoneRequest. serializableBuilderClass()
-