public class InternetGatewayOptions extends BaseEC2RequestOptions
import static org.jclouds.ec2.options.InternetGatewayOptions.Builder.*
EC2Api connection = // get connection
InternetGateway gw =
connection.getInternetGatewayApi().get().createInternetGateway(region, dryRun());
Modifier and Type | Class and Description |
---|---|
static class |
InternetGatewayOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static InternetGatewayOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
InternetGatewayOptions() |
Modifier and Type | Method and Description |
---|---|
InternetGatewayOptions |
dryRun()
Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response.
|
boolean |
isDryRun() |
getFormValuesWithKeysPrefixedBy, indexFormValuesWithPrefix, indexFormValuesWithPrefix, toString
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader
public static final InternetGatewayOptions NONE
public InternetGatewayOptions dryRun()
public boolean isDryRun()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.