@Generated(value="software.amazon.awssdk:codegen") public class ListVersionsByFunctionResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListVersionsByFunctionResponse.Builder,ListVersionsByFunctionResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
ListVersionsByFunctionResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static ListVersionsByFunctionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
nextMarker()
A string, present if there are more function versions.
|
static Class<? extends ListVersionsByFunctionResponse.Builder> |
serializableBuilderClass() |
ListVersionsByFunctionResponse.Builder |
toBuilder() |
String |
toString() |
List<FunctionConfiguration> |
versions()
A list of Lambda function versions.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String nextMarker()
A string, present if there are more function versions.
public List<FunctionConfiguration> versions()
A list of Lambda function versions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ListVersionsByFunctionResponse.Builder toBuilder()
toBuilder
in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListVersionsByFunctionResponse.Builder,ListVersionsByFunctionResponse>
public static ListVersionsByFunctionResponse.Builder builder()
public static Class<? extends ListVersionsByFunctionResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.