| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default AuthorizeSecurityGroupIngressResponse |
EC2Client.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
Adds one or more ingress rules to a security group.
|
default AuthorizeSecurityGroupIngressResponse |
EC2Client.authorizeSecurityGroupIngress(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest)
Adds one or more ingress rules to a security group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AuthorizeSecurityGroupIngressResponse> |
EC2AsyncClient.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
Adds one or more ingress rules to a security group.
|
default CompletableFuture<AuthorizeSecurityGroupIngressResponse> |
EC2AsyncClient.authorizeSecurityGroupIngress(Consumer<AuthorizeSecurityGroupIngressRequest.Builder> authorizeSecurityGroupIngressRequest)
Adds one or more ingress rules to a security group.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizeSecurityGroupIngressResponse |
AuthorizeSecurityGroupIngressResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.