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