Java com.amazonaws.services.ec2.model LaunchPermission fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model LaunchPermission fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model LaunchPermission.

The text is from its open source code.

Constructor

Method

StringgetGroup()

The name of the group.

StringgetUserId()

The AWS account ID.

LaunchPermissionwithGroup(String group)

The name of the group.

LaunchPermissionwithGroup(PermissionGroup group)

The name of the group.

LaunchPermissionwithUserId(String userId)

The AWS account ID.