Uses of Interface
software.amazon.awssdk.services.vpclattice.model.UpdateListenerRequest.Builder
-
Packages that use UpdateListenerRequest.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 UpdateListenerRequest.Builder in software.amazon.awssdk.services.vpclattice
Method parameters in software.amazon.awssdk.services.vpclattice with type arguments of type UpdateListenerRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateListenerResponse>VpcLatticeAsyncClient. updateListener(Consumer<UpdateListenerRequest.Builder> updateListenerRequest)Updates the specified listener for the specified service.default UpdateListenerResponseVpcLatticeClient. updateListener(Consumer<UpdateListenerRequest.Builder> updateListenerRequest)Updates the specified listener for the specified service. -
Uses of UpdateListenerRequest.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return UpdateListenerRequest.Builder Modifier and Type Method Description static UpdateListenerRequest.BuilderUpdateListenerRequest. builder()default UpdateListenerRequest.BuilderUpdateListenerRequest.Builder. defaultAction(Consumer<RuleAction.Builder> defaultAction)The action for the default rule.UpdateListenerRequest.BuilderUpdateListenerRequest.Builder. defaultAction(RuleAction defaultAction)The action for the default rule.UpdateListenerRequest.BuilderUpdateListenerRequest.Builder. listenerIdentifier(String listenerIdentifier)The ID or Amazon Resource Name (ARN) of the listener.UpdateListenerRequest.BuilderUpdateListenerRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateListenerRequest.BuilderUpdateListenerRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateListenerRequest.BuilderUpdateListenerRequest.Builder. serviceIdentifier(String serviceIdentifier)The ID or Amazon Resource Name (ARN) of the service.UpdateListenerRequest.BuilderUpdateListenerRequest. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type UpdateListenerRequest.Builder Modifier and Type Method Description static Class<? extends UpdateListenerRequest.Builder>UpdateListenerRequest. serializableBuilderClass()
-