Uses of Enum
com.amazonaws.RequestClientOptions.Marker
Packages that use RequestClientOptions.Marker
-
Uses of RequestClientOptions.Marker in com.amazonaws
Subclasses with type arguments of type RequestClientOptions.Marker in com.amazonawsMethods in com.amazonaws that return RequestClientOptions.MarkerModifier and TypeMethodDescriptionstatic RequestClientOptions.MarkerReturns the enum constant of this type with the specified name.static RequestClientOptions.Marker[]RequestClientOptions.Marker.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws with parameters of type RequestClientOptions.MarkerModifier and TypeMethodDescriptionRequestClientOptions.getClientMarker(RequestClientOptions.Marker marker) Returns the value of the specified marker; or null if there is no such value.voidRequestClientOptions.putClientMarker(RequestClientOptions.Marker marker, String value) Associates the given value with the given marker.