Uses of Interface
software.amazon.awssdk.services.controltower.model.ListLandingZoneOperationsResponse.Builder
-
Packages that use ListLandingZoneOperationsResponse.Builder Package Description software.amazon.awssdk.services.controltower.model -
-
Uses of ListLandingZoneOperationsResponse.Builder in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return ListLandingZoneOperationsResponse.Builder Modifier and Type Method Description static ListLandingZoneOperationsResponse.BuilderListLandingZoneOperationsResponse. builder()ListLandingZoneOperationsResponse.BuilderListLandingZoneOperationsResponse.Builder. landingZoneOperations(Collection<LandingZoneOperationSummary> landingZoneOperations)Lists landing zone operations.ListLandingZoneOperationsResponse.BuilderListLandingZoneOperationsResponse.Builder. landingZoneOperations(Consumer<LandingZoneOperationSummary.Builder>... landingZoneOperations)Lists landing zone operations.ListLandingZoneOperationsResponse.BuilderListLandingZoneOperationsResponse.Builder. landingZoneOperations(LandingZoneOperationSummary... landingZoneOperations)Lists landing zone operations.ListLandingZoneOperationsResponse.BuilderListLandingZoneOperationsResponse.Builder. nextToken(String nextToken)Retrieves the next page of results.ListLandingZoneOperationsResponse.BuilderListLandingZoneOperationsResponse. toBuilder()Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type ListLandingZoneOperationsResponse.Builder Modifier and Type Method Description static Class<? extends ListLandingZoneOperationsResponse.Builder>ListLandingZoneOperationsResponse. serializableBuilderClass()
-