Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AddedPrincipal |
AddedPrincipal.clone() |
AddedPrincipal |
AddedPrincipal.withPrincipal(String principal)
The Amazon Resource Name (ARN) of the principal.
|
AddedPrincipal |
AddedPrincipal.withPrincipalType(PrincipalType principalType)
The type of principal.
|
AddedPrincipal |
AddedPrincipal.withPrincipalType(String principalType)
The type of principal.
|
AddedPrincipal |
AddedPrincipal.withServiceId(String serviceId)
The ID of the service.
|
AddedPrincipal |
AddedPrincipal.withServicePermissionId(String servicePermissionId)
The ID of the service permission.
|
Modifier and Type | Method and Description |
---|---|
List<AddedPrincipal> |
ModifyVpcEndpointServicePermissionsResult.getAddedPrincipals()
Information about the added principals.
|
Modifier and Type | Method and Description |
---|---|
ModifyVpcEndpointServicePermissionsResult |
ModifyVpcEndpointServicePermissionsResult.withAddedPrincipals(AddedPrincipal... addedPrincipals)
Information about the added principals.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyVpcEndpointServicePermissionsResult.setAddedPrincipals(Collection<AddedPrincipal> addedPrincipals)
Information about the added principals.
|
ModifyVpcEndpointServicePermissionsResult |
ModifyVpcEndpointServicePermissionsResult.withAddedPrincipals(Collection<AddedPrincipal> addedPrincipals)
Information about the added principals.
|
Copyright © 2023. All rights reserved.