Uses of Class
software.amazon.awssdk.services.ec2.model.AddedPrincipal
Packages that use AddedPrincipal
-
Uses of AddedPrincipal in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AddedPrincipalModifier and TypeMethodDescriptionfinal List<AddedPrincipal>ModifyVpcEndpointServicePermissionsResponse.addedPrincipals()Information about the added principals.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AddedPrincipalModifier and TypeMethodDescriptionModifyVpcEndpointServicePermissionsResponse.Builder.addedPrincipals(AddedPrincipal... addedPrincipals) Information about the added principals.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AddedPrincipalModifier and TypeMethodDescriptionModifyVpcEndpointServicePermissionsResponse.Builder.addedPrincipals(Collection<AddedPrincipal> addedPrincipals) Information about the added principals.