Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.RegisterTargetsRequest
Packages that use RegisterTargetsRequest
Package
Description
-
Uses of RegisterTargetsRequest in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 with parameters of type RegisterTargetsRequestModifier and TypeMethodDescriptiondefault CompletableFuture<RegisterTargetsResponse>ElasticLoadBalancingV2AsyncClient.registerTargets(RegisterTargetsRequest registerTargetsRequest) Registers the specified targets with the specified target group.default RegisterTargetsResponseElasticLoadBalancingV2Client.registerTargets(RegisterTargetsRequest registerTargetsRequest) Registers the specified targets with the specified target group. -
Uses of RegisterTargetsRequest in software.amazon.awssdk.services.elasticloadbalancingv2.transform
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.transform with parameters of type RegisterTargetsRequestModifier and TypeMethodDescriptionRegisterTargetsRequestMarshaller.marshall(RegisterTargetsRequest registerTargetsRequest)