Uses of Class
software.amazon.awssdk.services.drs.model.LaunchActionParameter
-
Packages that use LaunchActionParameter Package Description software.amazon.awssdk.services.drs.model -
-
Uses of LaunchActionParameter in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type LaunchActionParameter Modifier and Type Method Description Map<String,LaunchActionParameter>LaunchAction. parameters()Returns the value of the Parameters property for this object.Map<String,LaunchActionParameter>PutLaunchActionRequest. parameters()Returns the value of the Parameters property for this object.Map<String,LaunchActionParameter>PutLaunchActionResponse. parameters()Returns the value of the Parameters property for this object.Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type LaunchActionParameter Modifier and Type Method Description LaunchAction.BuilderLaunchAction.Builder. parameters(Map<String,LaunchActionParameter> parameters)Sets the value of the Parameters property for this object.PutLaunchActionRequest.BuilderPutLaunchActionRequest.Builder. parameters(Map<String,LaunchActionParameter> parameters)Sets the value of the Parameters property for this object.PutLaunchActionResponse.BuilderPutLaunchActionResponse.Builder. parameters(Map<String,LaunchActionParameter> parameters)Sets the value of the Parameters property for this object.
-