Uses of Interface
software.amazon.awssdk.services.greengrass.model.GroupInformation.Builder
-
Packages that use GroupInformation.Builder Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of GroupInformation.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return GroupInformation.Builder Modifier and Type Method Description GroupInformation.BuilderGroupInformation.Builder. arn(String arn)The ARN of the group.static GroupInformation.BuilderGroupInformation. builder()GroupInformation.BuilderGroupInformation.Builder. creationTimestamp(String creationTimestamp)The time, in milliseconds since the epoch, when the group was created.GroupInformation.BuilderGroupInformation.Builder. id(String id)The ID of the group.GroupInformation.BuilderGroupInformation.Builder. lastUpdatedTimestamp(String lastUpdatedTimestamp)The time, in milliseconds since the epoch, when the group was last updated.GroupInformation.BuilderGroupInformation.Builder. latestVersion(String latestVersion)The ID of the latest version associated with the group.GroupInformation.BuilderGroupInformation.Builder. latestVersionArn(String latestVersionArn)The ARN of the latest version associated with the group.GroupInformation.BuilderGroupInformation.Builder. name(String name)The name of the group.GroupInformation.BuilderGroupInformation. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type GroupInformation.Builder Modifier and Type Method Description static Class<? extends GroupInformation.Builder>GroupInformation. serializableBuilderClass()
-