Uses of Class
software.amazon.awssdk.services.synthetics.model.Group
-
Packages that use Group Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of Group in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return Group Modifier and Type Method Description GroupCreateGroupResponse. group()A structure that contains information about the group that was just created.GroupGetGroupResponse. group()A structure that contains information about the group.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type Group Modifier and Type Method Description CreateGroupResponse.BuilderCreateGroupResponse.Builder. group(Group group)A structure that contains information about the group that was just created.GetGroupResponse.BuilderGetGroupResponse.Builder. group(Group group)A structure that contains information about the group.
-