Uses of Class
software.amazon.awssdk.services.ec2.model.AllowedPrincipal
Packages that use AllowedPrincipal
Package
Description
-
Uses of AllowedPrincipal in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AllowedPrincipalModifier and TypeMethodDescriptionfinal List<AllowedPrincipal>DescribeVpcEndpointServicePermissionsResponse.allowedPrincipals()Information about the allowed principals.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AllowedPrincipalModifier and TypeMethodDescriptionDescribeVpcEndpointServicePermissionsResponse.Builder.allowedPrincipals(AllowedPrincipal... allowedPrincipals) Information about the allowed principals.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AllowedPrincipalModifier and TypeMethodDescriptionDescribeVpcEndpointServicePermissionsResponse.Builder.allowedPrincipals(Collection<AllowedPrincipal> allowedPrincipals) Information about the allowed principals. -
Uses of AllowedPrincipal in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type AllowedPrincipalModifier and TypeMethodDescriptionfinal SdkIterable<AllowedPrincipal>DescribeVpcEndpointServicePermissionsIterable.allowedPrincipals()Returns an iterable to iterate through the paginatedDescribeVpcEndpointServicePermissionsResponse.allowedPrincipals()member.final SdkPublisher<AllowedPrincipal>DescribeVpcEndpointServicePermissionsPublisher.allowedPrincipals()Returns a publisher that can be used to get a stream of data.