Uses of Interface
software.amazon.awssdk.services.opsworks.model.DeploymentCommand.Builder
-
Packages that use DeploymentCommand.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of DeploymentCommand.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return DeploymentCommand.Builder Modifier and Type Method Description DeploymentCommand.BuilderDeploymentCommand.Builder. args(Map<String,? extends Collection<String>> args)The arguments of those commands that take arguments.static DeploymentCommand.BuilderDeploymentCommand. builder()DeploymentCommand.BuilderDeploymentCommand.Builder. name(String name)Specifies the operation.DeploymentCommand.BuilderDeploymentCommand.Builder. name(DeploymentCommandName name)Specifies the operation.DeploymentCommand.BuilderDeploymentCommand. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type DeploymentCommand.Builder Modifier and Type Method Description static Class<? extends DeploymentCommand.Builder>DeploymentCommand. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type DeploymentCommand.Builder Modifier and Type Method Description default CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. command(Consumer<DeploymentCommand.Builder> command)ADeploymentCommandobject that specifies the deployment command and any associated arguments.default Deployment.BuilderDeployment.Builder. command(Consumer<DeploymentCommand.Builder> command)Used to specify a stack or deployment command.
-