Uses of Interface
software.amazon.awssdk.services.datasync.model.Platform.Builder
-
Packages that use Platform.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of Platform.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return Platform.Builder Modifier and Type Method Description static Platform.BuilderPlatform. builder()Platform.BuilderPlatform. toBuilder()Platform.BuilderPlatform.Builder. version(String version)The version of the DataSync agent.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type Platform.Builder Modifier and Type Method Description static Class<? extends Platform.Builder>Platform. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type Platform.Builder Modifier and Type Method Description default AgentListEntry.BuilderAgentListEntry.Builder. platform(Consumer<Platform.Builder> platform)The platform-related details about the agent, such as the version number.default DescribeAgentResponse.BuilderDescribeAgentResponse.Builder. platform(Consumer<Platform.Builder> platform)The platform-related details about the agent, such as the version number.
-