com.amazonaws.services.identitymanagement.model
Class GetAccountSummaryResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.GetAccountSummaryResult

public class GetAccountSummaryResult
extends Object

Contains the result of a successful invocation of the GetAccountSummary action.


Constructor Summary
GetAccountSummaryResult()
           
 
Method Summary
 Map<String,Integer> getSummaryMap()
          A set of key value pairs containing account-level information.
 void setSummaryMap(Map<String,Integer> summaryMap)
          A set of key value pairs containing account-level information.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetAccountSummaryResult withSummaryMap(Map<String,Integer> summaryMap)
          A set of key value pairs containing account-level information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetAccountSummaryResult

public GetAccountSummaryResult()
Method Detail

getSummaryMap

public Map<String,Integer> getSummaryMap()
A set of key value pairs containing account-level information.

SummaryMap contains the following keys:

Returns:
A set of key value pairs containing account-level information.

SummaryMap contains the following keys:

  • Users - Number of users for the AWS account

  • UsersQuota - Maximum users allowed for the AWS account

  • Groups - Number of Groups for the AWS account

  • GroupsQuota - Maximum Groups allowed for the AWS account

  • ServerCertificates - Number of Server Certificates for the AWS account

  • ServerCertificatesQuota - Maximum Server Certificates allowed for the AWS account

  • UserPolicySizeQuota - Maximum allowed size for user policy documents (in kilobytes)

  • GroupPolicySizeQuota - Maximum allowed size for Group policy documents (in kilobytes)

  • GroupsPerUserQuota - Maximum number of groups a user can belong to

  • SigningCertificatesPerUserQuota - Maximum number of X509 certificates allowed for a user

  • AccessKeysPerUserQuota - Maximum number of access keys that can be created per user

  • MFADevicesInUse - Number of MFA devices that have been assigned to an IAM user or to the root account

  • MFADevices - Number of MFA devices, either assigned or unassigned

  • AccountMFAEnabled - 1 if the root account has an MFA device assigned to it, 0 otherwise


setSummaryMap

public void setSummaryMap(Map<String,Integer> summaryMap)
A set of key value pairs containing account-level information.

SummaryMap contains the following keys:

Parameters:
summaryMap - A set of key value pairs containing account-level information.

SummaryMap contains the following keys:

  • Users - Number of users for the AWS account

  • UsersQuota - Maximum users allowed for the AWS account

  • Groups - Number of Groups for the AWS account

  • GroupsQuota - Maximum Groups allowed for the AWS account

  • ServerCertificates - Number of Server Certificates for the AWS account

  • ServerCertificatesQuota - Maximum Server Certificates allowed for the AWS account

  • UserPolicySizeQuota - Maximum allowed size for user policy documents (in kilobytes)

  • GroupPolicySizeQuota - Maximum allowed size for Group policy documents (in kilobytes)

  • GroupsPerUserQuota - Maximum number of groups a user can belong to

  • SigningCertificatesPerUserQuota - Maximum number of X509 certificates allowed for a user

  • AccessKeysPerUserQuota - Maximum number of access keys that can be created per user

  • MFADevicesInUse - Number of MFA devices that have been assigned to an IAM user or to the root account

  • MFADevices - Number of MFA devices, either assigned or unassigned

  • AccountMFAEnabled - 1 if the root account has an MFA device assigned to it, 0 otherwise


withSummaryMap

public GetAccountSummaryResult withSummaryMap(Map<String,Integer> summaryMap)
A set of key value pairs containing account-level information.

SummaryMap contains the following keys:

Returns a reference to this object so that method calls can be chained together.

Parameters:
summaryMap - A set of key value pairs containing account-level information.

SummaryMap contains the following keys:

  • Users - Number of users for the AWS account

  • UsersQuota - Maximum users allowed for the AWS account

  • Groups - Number of Groups for the AWS account

  • GroupsQuota - Maximum Groups allowed for the AWS account

  • ServerCertificates - Number of Server Certificates for the AWS account

  • ServerCertificatesQuota - Maximum Server Certificates allowed for the AWS account

  • UserPolicySizeQuota - Maximum allowed size for user policy documents (in kilobytes)

  • GroupPolicySizeQuota - Maximum allowed size for Group policy documents (in kilobytes)

  • GroupsPerUserQuota - Maximum number of groups a user can belong to

  • SigningCertificatesPerUserQuota - Maximum number of X509 certificates allowed for a user

  • AccessKeysPerUserQuota - Maximum number of access keys that can be created per user

  • MFADevicesInUse - Number of MFA devices that have been assigned to an IAM user or to the root account

  • MFADevices - Number of MFA devices, either assigned or unassigned

  • AccountMFAEnabled - 1 if the root account has an MFA device assigned to it, 0 otherwise

Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.