Uses of Interface
software.amazon.awssdk.services.auditmanager.model.GetAccountStatusResponse.Builder
-
Packages that use GetAccountStatusResponse.Builder Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of GetAccountStatusResponse.Builder in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return GetAccountStatusResponse.Builder Modifier and Type Method Description static GetAccountStatusResponse.BuilderGetAccountStatusResponse. builder()GetAccountStatusResponse.BuilderGetAccountStatusResponse.Builder. status(String status)The status of the Amazon Web Services account.GetAccountStatusResponse.BuilderGetAccountStatusResponse.Builder. status(AccountStatus status)The status of the Amazon Web Services account.GetAccountStatusResponse.BuilderGetAccountStatusResponse. toBuilder()Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type GetAccountStatusResponse.Builder Modifier and Type Method Description static Class<? extends GetAccountStatusResponse.Builder>GetAccountStatusResponse. serializableBuilderClass()
-