Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyListenerAttributesRequest.Builder
Packages that use ModifyListenerAttributesRequest.Builder
Package
Description
-
Uses of ModifyListenerAttributesRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type ModifyListenerAttributesRequest.BuilderModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.modifyListenerAttributes(Consumer<ModifyListenerAttributesRequest.Builder> modifyListenerAttributesRequest) Modifies the specified attributes of the specified listener.default ModifyListenerAttributesResponseElasticLoadBalancingV2Client.modifyListenerAttributes(Consumer<ModifyListenerAttributesRequest.Builder> modifyListenerAttributesRequest) Modifies the specified attributes of the specified listener. -
Uses of ModifyListenerAttributesRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return ModifyListenerAttributesRequest.BuilderModifier and TypeMethodDescriptionModifyListenerAttributesRequest.Builder.attributes(Collection<ListenerAttribute> attributes) The listener attributes.ModifyListenerAttributesRequest.Builder.attributes(Consumer<ListenerAttribute.Builder>... attributes) The listener attributes.ModifyListenerAttributesRequest.Builder.attributes(ListenerAttribute... attributes) The listener attributes.ModifyListenerAttributesRequest.builder()ModifyListenerAttributesRequest.Builder.listenerArn(String listenerArn) The Amazon Resource Name (ARN) of the listener.ModifyListenerAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyListenerAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyListenerAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type ModifyListenerAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyListenerAttributesRequest.Builder>ModifyListenerAttributesRequest.serializableBuilderClass()