Uses of Interface
software.amazon.awssdk.services.vpclattice.model.FixedResponseAction.Builder
-
Packages that use FixedResponseAction.Builder Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of FixedResponseAction.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return FixedResponseAction.Builder Modifier and Type Method Description static FixedResponseAction.BuilderFixedResponseAction. builder()FixedResponseAction.BuilderFixedResponseAction.Builder. statusCode(Integer statusCodeValue)The HTTP response code.FixedResponseAction.BuilderFixedResponseAction. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type FixedResponseAction.Builder Modifier and Type Method Description static Class<? extends FixedResponseAction.Builder>FixedResponseAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type FixedResponseAction.Builder Modifier and Type Method Description default RuleAction.BuilderRuleAction.Builder. fixedResponse(Consumer<FixedResponseAction.Builder> fixedResponse)Describes the rule action that returns a custom HTTP response.static RuleActionRuleAction. fromFixedResponse(Consumer<FixedResponseAction.Builder> fixedResponse)Create an instance of this class withRuleAction.fixedResponse()initialized to the given value.
-