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