Uses of Class
com.amazonaws.services.ec2.model.DryRunResult
-
Packages that use DryRunResult Package Description com.amazonaws.services.ec2 -
-
Uses of DryRunResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DryRunResult Modifier and Type Method Description <X extends AmazonWebServiceRequest>
DryRunResult<X>AbstractAmazonEC2. dryRun(DryRunSupportedRequest<X> request)
<X extends AmazonWebServiceRequest>
DryRunResult<X>AmazonEC2. dryRun(DryRunSupportedRequest<X> request)
Checks whether you have the required permissions for the provided Amazon EC2 operation, without actually running it.<X extends AmazonWebServiceRequest>
DryRunResult<X>AmazonEC2Client. dryRun(DryRunSupportedRequest<X> request)
Checks whether you have the required permissions for the provided Amazon EC2 operation, without actually running it.
-