Uses of Interface
software.amazon.awssdk.services.controltower.model.GetLandingZoneResponse.Builder
-
Packages that use GetLandingZoneResponse.Builder Package Description software.amazon.awssdk.services.controltower.model -
-
Uses of GetLandingZoneResponse.Builder in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return GetLandingZoneResponse.Builder Modifier and Type Method Description static GetLandingZoneResponse.BuilderGetLandingZoneResponse. builder()default GetLandingZoneResponse.BuilderGetLandingZoneResponse.Builder. landingZone(Consumer<LandingZoneDetail.Builder> landingZone)Information about the landing zone.GetLandingZoneResponse.BuilderGetLandingZoneResponse.Builder. landingZone(LandingZoneDetail landingZone)Information about the landing zone.GetLandingZoneResponse.BuilderGetLandingZoneResponse. toBuilder()Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type GetLandingZoneResponse.Builder Modifier and Type Method Description static Class<? extends GetLandingZoneResponse.Builder>GetLandingZoneResponse. serializableBuilderClass()
-