|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.ec2.options.internal.BaseEC2RequestOptions
org.jclouds.aws.ec2.options.CreateSecurityGroupOptions
public class CreateSecurityGroupOptions
Contains options supported in the Form API for the CreateSecurityGroup operation.
import static org.jclouds.aws.ec2.options.CreateSecurityGroupOptions.Builder.*
AWSEC2Client connection = // get connection
group = connection.getAMIServices().createSecurityGroup(vpcId("123125").noReboot());
- Author:
- Adrian Cole
- See Also:
Nested Class Summary
static class
CreateSecurityGroupOptions.Builder
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor Summary
CreateSecurityGroupOptions()
Method Summary
CreateSecurityGroupOptions
vpcId(String vpcId)
ID of the VPC.
Methods inherited from class org.jclouds.ec2.options.internal.BaseEC2RequestOptions
getFormValuesWithKeysPrefixedBy, indexFormValuesWithPrefix, indexFormValuesWithPrefix, toString
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Constructor Detail
CreateSecurityGroupOptions
public CreateSecurityGroupOptions()
Method Detail
vpcId
public CreateSecurityGroupOptions vpcId(String vpcId)
- ID of the VPC.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009-2011 jclouds. All Rights Reserved.