| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.clone() |
Action |
Action.withAuthenticateCognitoConfig(AuthenticateCognitoActionConfig authenticateCognitoConfig)
[HTTPS listeners] Information for using Amazon Cognito to authenticate users.
|
Action |
Action.withAuthenticateOidcConfig(AuthenticateOidcActionConfig authenticateOidcConfig)
[HTTPS listeners] Information about an identity provider that is compliant with OpenID Connect (OIDC).
|
Action |
Action.withFixedResponseConfig(FixedResponseActionConfig fixedResponseConfig)
[Application Load Balancer] Information for creating an action that returns a custom HTTP response.
|
Action |
Action.withForwardConfig(ForwardActionConfig forwardConfig)
Information for creating an action that distributes requests among one or more target groups.
|
Action |
Action.withOrder(Integer order)
The order for the action.
|
Action |
Action.withRedirectConfig(RedirectActionConfig redirectConfig)
[Application Load Balancer] Information for creating a redirect action.
|
Action |
Action.withTargetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
|
Action |
Action.withType(ActionTypeEnum type)
The type of action.
|
Action |
Action.withType(String type)
The type of action.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
ModifyRuleRequest.getActions()
The actions.
|
List<Action> |
Rule.getActions()
The actions.
|
List<Action> |
CreateRuleRequest.getActions()
The actions.
|
List<Action> |
ModifyListenerRequest.getDefaultActions()
The actions for the default rule.
|
List<Action> |
CreateListenerRequest.getDefaultActions()
The actions for the default rule.
|
List<Action> |
Listener.getDefaultActions()
The default actions for the listener.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyRuleRequest |
ModifyRuleRequest.withActions(Action... actions)
The actions.
|
Rule |
Rule.withActions(Action... actions)
The actions.
|
CreateRuleRequest |
CreateRuleRequest.withActions(Action... actions)
The actions.
|
ModifyListenerRequest |
ModifyListenerRequest.withDefaultActions(Action... defaultActions)
The actions for the default rule.
|
CreateListenerRequest |
CreateListenerRequest.withDefaultActions(Action... defaultActions)
The actions for the default rule.
|
Listener |
Listener.withDefaultActions(Action... defaultActions)
The default actions for the listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyRuleRequest.setActions(Collection<Action> actions)
The actions.
|
void |
Rule.setActions(Collection<Action> actions)
The actions.
|
void |
CreateRuleRequest.setActions(Collection<Action> actions)
The actions.
|
void |
ModifyListenerRequest.setDefaultActions(Collection<Action> defaultActions)
The actions for the default rule.
|
void |
CreateListenerRequest.setDefaultActions(Collection<Action> defaultActions)
The actions for the default rule.
|
void |
Listener.setDefaultActions(Collection<Action> defaultActions)
The default actions for the listener.
|
ModifyRuleRequest |
ModifyRuleRequest.withActions(Collection<Action> actions)
The actions.
|
Rule |
Rule.withActions(Collection<Action> actions)
The actions.
|
CreateRuleRequest |
CreateRuleRequest.withActions(Collection<Action> actions)
The actions.
|
ModifyListenerRequest |
ModifyListenerRequest.withDefaultActions(Collection<Action> defaultActions)
The actions for the default rule.
|
CreateListenerRequest |
CreateListenerRequest.withDefaultActions(Collection<Action> defaultActions)
The actions for the default rule.
|
Listener |
Listener.withDefaultActions(Collection<Action> defaultActions)
The default actions for the listener.
|
Copyright © 2024. All rights reserved.