Uses of Interface
software.amazon.awssdk.services.apigateway.model.MethodSnapshot.Builder
-
Packages that use MethodSnapshot.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of MethodSnapshot.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return MethodSnapshot.Builder Modifier and Type Method Description MethodSnapshot.BuilderMethodSnapshot.Builder. apiKeyRequired(Boolean apiKeyRequired)Specifies whether the method requires a valid ApiKey.MethodSnapshot.BuilderMethodSnapshot.Builder. authorizationType(String authorizationType)The method's authorization type.static MethodSnapshot.BuilderMethodSnapshot. builder()MethodSnapshot.BuilderMethodSnapshot. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type MethodSnapshot.Builder Modifier and Type Method Description static Class<? extends MethodSnapshot.Builder>MethodSnapshot. serializableBuilderClass()
-