Uses of Class
software.amazon.awssdk.services.config.model.MemberAccountStatus
-
Packages that use MemberAccountStatus Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of MemberAccountStatus in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type MemberAccountStatus Modifier and Type Method Description List<MemberAccountStatus>GetOrganizationConfigRuleDetailedStatusResponse. organizationConfigRuleDetailedStatus()A list ofMemberAccountStatusobjects.Methods in software.amazon.awssdk.services.config.model with parameters of type MemberAccountStatus Modifier and Type Method Description GetOrganizationConfigRuleDetailedStatusResponse.BuilderGetOrganizationConfigRuleDetailedStatusResponse.Builder. organizationConfigRuleDetailedStatus(MemberAccountStatus... organizationConfigRuleDetailedStatus)A list ofMemberAccountStatusobjects.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type MemberAccountStatus Modifier and Type Method Description GetOrganizationConfigRuleDetailedStatusResponse.BuilderGetOrganizationConfigRuleDetailedStatusResponse.Builder. organizationConfigRuleDetailedStatus(Collection<MemberAccountStatus> organizationConfigRuleDetailedStatus)A list ofMemberAccountStatusobjects. -
Uses of MemberAccountStatus in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type MemberAccountStatus Modifier and Type Method Description SdkIterable<MemberAccountStatus>GetOrganizationConfigRuleDetailedStatusIterable. organizationConfigRuleDetailedStatus()Returns an iterable to iterate through the paginatedGetOrganizationConfigRuleDetailedStatusResponse.organizationConfigRuleDetailedStatus()member.SdkPublisher<MemberAccountStatus>GetOrganizationConfigRuleDetailedStatusPublisher. organizationConfigRuleDetailedStatus()Returns a publisher that can be used to get a stream of data.
-