Uses of Class
software.amazon.awssdk.services.synthetics.model.GetGroupRequest
-
Packages that use GetGroupRequest Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.transform -
-
Uses of GetGroupRequest in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics with parameters of type GetGroupRequest Modifier and Type Method Description default CompletableFuture<GetGroupResponse>SyntheticsAsyncClient. getGroup(GetGroupRequest getGroupRequest)Returns information about one group.default GetGroupResponseSyntheticsClient. getGroup(GetGroupRequest getGroupRequest)Returns information about one group. -
Uses of GetGroupRequest in software.amazon.awssdk.services.synthetics.transform
Methods in software.amazon.awssdk.services.synthetics.transform with parameters of type GetGroupRequest Modifier and Type Method Description SdkHttpFullRequestGetGroupRequestMarshaller. marshall(GetGroupRequest getGroupRequest)
-