Uses of Interface
software.amazon.awssdk.services.vpclattice.model.GetTargetGroupRequest.Builder
-
Packages that use GetTargetGroupRequest.Builder Package Description software.amazon.awssdk.services.vpclattice Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs).software.amazon.awssdk.services.vpclattice.model -
-
Uses of GetTargetGroupRequest.Builder in software.amazon.awssdk.services.vpclattice
Method parameters in software.amazon.awssdk.services.vpclattice with type arguments of type GetTargetGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTargetGroupResponse>VpcLatticeAsyncClient. getTargetGroup(Consumer<GetTargetGroupRequest.Builder> getTargetGroupRequest)Retrieves information about the specified target group.default GetTargetGroupResponseVpcLatticeClient. getTargetGroup(Consumer<GetTargetGroupRequest.Builder> getTargetGroupRequest)Retrieves information about the specified target group. -
Uses of GetTargetGroupRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return GetTargetGroupRequest.Builder Modifier and Type Method Description static GetTargetGroupRequest.BuilderGetTargetGroupRequest. builder()GetTargetGroupRequest.BuilderGetTargetGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTargetGroupRequest.BuilderGetTargetGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTargetGroupRequest.BuilderGetTargetGroupRequest.Builder. targetGroupIdentifier(String targetGroupIdentifier)The ID or Amazon Resource Name (ARN) of the target group.GetTargetGroupRequest.BuilderGetTargetGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type GetTargetGroupRequest.Builder Modifier and Type Method Description static Class<? extends GetTargetGroupRequest.Builder>GetTargetGroupRequest. serializableBuilderClass()
-