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