Uses of Class
software.amazon.awssdk.services.cloudfront.model.OriginAccessControlSummary
-
Packages that use OriginAccessControlSummary Package Description software.amazon.awssdk.services.cloudfront.model software.amazon.awssdk.services.cloudfront.paginators -
-
Uses of OriginAccessControlSummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type OriginAccessControlSummary Modifier and Type Method Description List<OriginAccessControlSummary>OriginAccessControlList. items()Contains the origin access controls in the list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginAccessControlSummary Modifier and Type Method Description OriginAccessControlList.BuilderOriginAccessControlList.Builder. items(OriginAccessControlSummary... items)Contains the origin access controls in the list.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type OriginAccessControlSummary Modifier and Type Method Description OriginAccessControlList.BuilderOriginAccessControlList.Builder. items(Collection<OriginAccessControlSummary> items)Contains the origin access controls in the list. -
Uses of OriginAccessControlSummary in software.amazon.awssdk.services.cloudfront.paginators
Methods in software.amazon.awssdk.services.cloudfront.paginators that return types with arguments of type OriginAccessControlSummary Modifier and Type Method Description SdkIterable<OriginAccessControlSummary>ListOriginAccessControlsIterable. items()Returns an iterable to iterate through the paginatedListOriginAccessControlsResponse#items()member.SdkPublisher<OriginAccessControlSummary>ListOriginAccessControlsPublisher. items()Returns a publisher that can be used to get a stream of data.
-