Uses of Interface
software.amazon.awssdk.services.synthetics.model.GetGroupRequest.Builder
-
Packages that use GetGroupRequest.Builder Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.model -
-
Uses of GetGroupRequest.Builder in software.amazon.awssdk.services.synthetics
Method parameters in software.amazon.awssdk.services.synthetics with type arguments of type GetGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGroupResponse>SyntheticsAsyncClient. getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)Returns information about one group.default GetGroupResponseSyntheticsClient. getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)Returns information about one group. -
Uses of GetGroupRequest.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return GetGroupRequest.Builder Modifier and Type Method Description static GetGroupRequest.BuilderGetGroupRequest. builder()GetGroupRequest.BuilderGetGroupRequest.Builder. groupIdentifier(String groupIdentifier)Specifies the group to return information for.GetGroupRequest.BuilderGetGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGroupRequest.BuilderGetGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGroupRequest.BuilderGetGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type GetGroupRequest.Builder Modifier and Type Method Description static Class<? extends GetGroupRequest.Builder>GetGroupRequest. serializableBuilderClass()
-