Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyTargetGroupAttributesRequest.Builder
Packages that use ModifyTargetGroupAttributesRequest.Builder
Package
Description
-
Uses of ModifyTargetGroupAttributesRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type ModifyTargetGroupAttributesRequest.BuilderModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.modifyTargetGroupAttributes(Consumer<ModifyTargetGroupAttributesRequest.Builder> modifyTargetGroupAttributesRequest) Modifies the specified attributes of the specified target group.ElasticLoadBalancingV2Client.modifyTargetGroupAttributes(Consumer<ModifyTargetGroupAttributesRequest.Builder> modifyTargetGroupAttributesRequest) Modifies the specified attributes of the specified target group. -
Uses of ModifyTargetGroupAttributesRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return ModifyTargetGroupAttributesRequest.BuilderModifier and TypeMethodDescriptionModifyTargetGroupAttributesRequest.Builder.attributes(Collection<TargetGroupAttribute> attributes) The target group attributes.ModifyTargetGroupAttributesRequest.Builder.attributes(Consumer<TargetGroupAttribute.Builder>... attributes) The target group attributes.ModifyTargetGroupAttributesRequest.Builder.attributes(TargetGroupAttribute... attributes) The target group attributes.ModifyTargetGroupAttributesRequest.builder()ModifyTargetGroupAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyTargetGroupAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyTargetGroupAttributesRequest.Builder.targetGroupArn(String targetGroupArn) The Amazon Resource Name (ARN) of the target group.ModifyTargetGroupAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type ModifyTargetGroupAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyTargetGroupAttributesRequest.Builder>ModifyTargetGroupAttributesRequest.serializableBuilderClass()