org.jclouds.iam.options
Class ListUsersOptions.Builder

java.lang.Object
  extended by org.jclouds.iam.options.ListUsersOptions.Builder
Enclosing class:
ListUsersOptions

public static class ListUsersOptions.Builder
extends Object


Constructor Summary
ListUsersOptions.Builder()
           
 
Method Summary
static ListUsersOptions afterMarker(Object afterMarker)
           
static ListUsersOptions maxItems(Integer maxItems)
           
static ListUsersOptions pathPrefix(String pathPrefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListUsersOptions.Builder

public ListUsersOptions.Builder()
Method Detail

afterMarker

public static ListUsersOptions afterMarker(Object afterMarker)
See Also:
ListUsersOptions.afterMarker

maxItems

public static ListUsersOptions maxItems(Integer maxItems)
See Also:
ListUsersOptions.maxItems

pathPrefix

public static ListUsersOptions pathPrefix(String pathPrefix)
See Also:
ListUsersOptions.pathPrefix


Copyright © 2009-2012 jclouds. All Rights Reserved.