Uses of Interface
software.amazon.awssdk.services.ecs.model.ExecuteCommandConfiguration.Builder
-
Packages that use ExecuteCommandConfiguration.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ExecuteCommandConfiguration.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ExecuteCommandConfiguration.Builder Modifier and Type Method Description static ExecuteCommandConfiguration.BuilderExecuteCommandConfiguration. builder()ExecuteCommandConfiguration.BuilderExecuteCommandConfiguration.Builder. kmsKeyId(String kmsKeyId)Specify an Key Management Service key ID to encrypt the data between the local client and the container.default ExecuteCommandConfiguration.BuilderExecuteCommandConfiguration.Builder. logConfiguration(Consumer<ExecuteCommandLogConfiguration.Builder> logConfiguration)The log configuration for the results of the execute command actions.ExecuteCommandConfiguration.BuilderExecuteCommandConfiguration.Builder. logConfiguration(ExecuteCommandLogConfiguration logConfiguration)The log configuration for the results of the execute command actions.ExecuteCommandConfiguration.BuilderExecuteCommandConfiguration.Builder. logging(String logging)The log setting to use for redirecting logs for your execute command results.ExecuteCommandConfiguration.BuilderExecuteCommandConfiguration.Builder. logging(ExecuteCommandLogging logging)The log setting to use for redirecting logs for your execute command results.ExecuteCommandConfiguration.BuilderExecuteCommandConfiguration. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ExecuteCommandConfiguration.Builder Modifier and Type Method Description static Class<? extends ExecuteCommandConfiguration.Builder>ExecuteCommandConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ExecuteCommandConfiguration.Builder Modifier and Type Method Description default ClusterConfiguration.BuilderClusterConfiguration.Builder. executeCommandConfiguration(Consumer<ExecuteCommandConfiguration.Builder> executeCommandConfiguration)The details of the execute command configuration.
-