Uses of Class
software.amazon.awssdk.services.vpclattice.model.GetTargetGroupResponse
-
Packages that use GetTargetGroupResponse 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). -
-
Uses of GetTargetGroupResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return GetTargetGroupResponse Modifier and Type Method Description default GetTargetGroupResponseVpcLatticeClient. getTargetGroup(Consumer<GetTargetGroupRequest.Builder> getTargetGroupRequest)Retrieves information about the specified target group.default GetTargetGroupResponseVpcLatticeClient. getTargetGroup(GetTargetGroupRequest getTargetGroupRequest)Retrieves information about the specified target group.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type GetTargetGroupResponse Modifier and Type Method Description default CompletableFuture<GetTargetGroupResponse>VpcLatticeAsyncClient. getTargetGroup(Consumer<GetTargetGroupRequest.Builder> getTargetGroupRequest)Retrieves information about the specified target group.default CompletableFuture<GetTargetGroupResponse>VpcLatticeAsyncClient. getTargetGroup(GetTargetGroupRequest getTargetGroupRequest)Retrieves information about the specified target group.
-