Uses of Interface
software.amazon.awssdk.services.cloudfront.model.StatusCodes.Builder
Packages that use StatusCodes.Builder
-
Uses of StatusCodes.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return StatusCodes.BuilderModifier and TypeMethodDescriptionstatic StatusCodes.BuilderStatusCodes.builder()The items (status codes) for an origin group.StatusCodes.Builder.items(Collection<Integer> items) The items (status codes) for an origin group.The number of status codes.StatusCodes.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type StatusCodes.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StatusCodes.Builder>StatusCodes.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type StatusCodes.BuilderModifier and TypeMethodDescriptionOriginGroupFailoverCriteria.Builder.statusCodes(Consumer<StatusCodes.Builder> statusCodes) The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.