Uses of Interface
software.amazon.awssdk.services.opsworks.model.AgentVersion.Builder
-
Packages that use AgentVersion.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of AgentVersion.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return AgentVersion.Builder Modifier and Type Method Description static AgentVersion.BuilderAgentVersion. builder()default AgentVersion.BuilderAgentVersion.Builder. configurationManager(Consumer<StackConfigurationManager.Builder> configurationManager)The configuration manager.AgentVersion.BuilderAgentVersion.Builder. configurationManager(StackConfigurationManager configurationManager)The configuration manager.AgentVersion.BuilderAgentVersion. toBuilder()AgentVersion.BuilderAgentVersion.Builder. version(String version)The agent version.Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type AgentVersion.Builder Modifier and Type Method Description static Class<? extends AgentVersion.Builder>AgentVersion. serializableBuilderClass()
-