public class LambdaResourceAllocation extends LambdaResourceRequest implements ResourceAllocation
| Constructor and Description |
|---|
LambdaResourceAllocation(LambdaResource lambda)
Creates a new
LambdaResourceAllocation with LambdaResource
object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
LambdaResource |
lambda()
Returns the lambda resource.
|
String |
toString() |
ResourceType |
type()
Returns the resource type.
|
public LambdaResourceAllocation(LambdaResource lambda)
LambdaResourceAllocation with LambdaResource
object.lambda - allocated lambdapublic ResourceType type()
ResourceRequesttype in interface ResourceRequesttype in class LambdaResourceRequestpublic LambdaResource lambda()
public String toString()
toString in class LambdaResourceRequestCopyright © 2015. All rights reserved.