Uses of Interface
software.amazon.awssdk.services.controltower.model.GetLandingZoneOperationRequest.Builder
-
Packages that use GetLandingZoneOperationRequest.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 GetLandingZoneOperationRequest.Builder in software.amazon.awssdk.services.controltower
Method parameters in software.amazon.awssdk.services.controltower with type arguments of type GetLandingZoneOperationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLandingZoneOperationResponse>ControlTowerAsyncClient. getLandingZoneOperation(Consumer<GetLandingZoneOperationRequest.Builder> getLandingZoneOperationRequest)Returns the status of the specified landing zone operation.default GetLandingZoneOperationResponseControlTowerClient. getLandingZoneOperation(Consumer<GetLandingZoneOperationRequest.Builder> getLandingZoneOperationRequest)Returns the status of the specified landing zone operation. -
Uses of GetLandingZoneOperationRequest.Builder in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return GetLandingZoneOperationRequest.Builder Modifier and Type Method Description static GetLandingZoneOperationRequest.BuilderGetLandingZoneOperationRequest. builder()GetLandingZoneOperationRequest.BuilderGetLandingZoneOperationRequest.Builder. operationIdentifier(String operationIdentifier)A unique identifier assigned to a landing zone operation.GetLandingZoneOperationRequest.BuilderGetLandingZoneOperationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLandingZoneOperationRequest.BuilderGetLandingZoneOperationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLandingZoneOperationRequest.BuilderGetLandingZoneOperationRequest. toBuilder()Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type GetLandingZoneOperationRequest.Builder Modifier and Type Method Description static Class<? extends GetLandingZoneOperationRequest.Builder>GetLandingZoneOperationRequest. serializableBuilderClass()
-