Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressPoint
-
Packages that use IngressPoint Package Description software.amazon.awssdk.services.mailmanager.model software.amazon.awssdk.services.mailmanager.paginators -
-
Uses of IngressPoint in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type IngressPoint Modifier and Type Method Description List<IngressPoint>ListIngressPointsResponse. ingressPoints()The list of ingress endpoints.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type IngressPoint Modifier and Type Method Description ListIngressPointsResponse.BuilderListIngressPointsResponse.Builder. ingressPoints(IngressPoint... ingressPoints)The list of ingress endpoints.Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type IngressPoint Modifier and Type Method Description ListIngressPointsResponse.BuilderListIngressPointsResponse.Builder. ingressPoints(Collection<IngressPoint> ingressPoints)The list of ingress endpoints. -
Uses of IngressPoint in software.amazon.awssdk.services.mailmanager.paginators
Methods in software.amazon.awssdk.services.mailmanager.paginators that return types with arguments of type IngressPoint Modifier and Type Method Description SdkIterable<IngressPoint>ListIngressPointsIterable. ingressPoints()Returns an iterable to iterate through the paginatedListIngressPointsResponse.ingressPoints()member.SdkPublisher<IngressPoint>ListIngressPointsPublisher. ingressPoints()Returns a publisher that can be used to get a stream of data.
-