Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AllowedPrincipal |
AllowedPrincipal.clone() |
AllowedPrincipal |
AllowedPrincipal.withPrincipal(String principal)
The Amazon Resource Name (ARN) of the principal.
|
AllowedPrincipal |
AllowedPrincipal.withPrincipalType(PrincipalType principalType)
The type of principal.
|
AllowedPrincipal |
AllowedPrincipal.withPrincipalType(String principalType)
The type of principal.
|
Modifier and Type | Method and Description |
---|---|
List<AllowedPrincipal> |
DescribeVpcEndpointServicePermissionsResult.getAllowedPrincipals()
Information about one or more allowed principals.
|
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointServicePermissionsResult |
DescribeVpcEndpointServicePermissionsResult.withAllowedPrincipals(AllowedPrincipal... allowedPrincipals)
Information about one or more allowed principals.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcEndpointServicePermissionsResult.setAllowedPrincipals(Collection<AllowedPrincipal> allowedPrincipals)
Information about one or more allowed principals.
|
DescribeVpcEndpointServicePermissionsResult |
DescribeVpcEndpointServicePermissionsResult.withAllowedPrincipals(Collection<AllowedPrincipal> allowedPrincipals)
Information about one or more allowed principals.
|
Copyright © 2021. All rights reserved.