Uses of Class
software.amazon.awssdk.services.controltower.model.UpdateEnabledBaselineResponse
-
Packages that use UpdateEnabledBaselineResponse 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: -
-
Uses of UpdateEnabledBaselineResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return UpdateEnabledBaselineResponse Modifier and Type Method Description default UpdateEnabledBaselineResponseControlTowerClient. updateEnabledBaseline(Consumer<UpdateEnabledBaselineRequest.Builder> updateEnabledBaselineRequest)Updates anEnabledBaselineresource's applied parameters or version.default UpdateEnabledBaselineResponseControlTowerClient. updateEnabledBaseline(UpdateEnabledBaselineRequest updateEnabledBaselineRequest)Updates anEnabledBaselineresource's applied parameters or version.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type UpdateEnabledBaselineResponse Modifier and Type Method Description default CompletableFuture<UpdateEnabledBaselineResponse>ControlTowerAsyncClient. updateEnabledBaseline(Consumer<UpdateEnabledBaselineRequest.Builder> updateEnabledBaselineRequest)Updates anEnabledBaselineresource's applied parameters or version.default CompletableFuture<UpdateEnabledBaselineResponse>ControlTowerAsyncClient. updateEnabledBaseline(UpdateEnabledBaselineRequest updateEnabledBaselineRequest)Updates anEnabledBaselineresource's applied parameters or version.
-