Uses of Interface
software.amazon.awssdk.services.networkmanager.model.AccountStatus.Builder
-
Packages that use AccountStatus.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of AccountStatus.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return AccountStatus.Builder Modifier and Type Method Description AccountStatus.BuilderAccountStatus.Builder. accountId(String accountId)The ID of an account within the Amazon Web Services Organization.static AccountStatus.BuilderAccountStatus. builder()AccountStatus.BuilderAccountStatus.Builder. slrDeploymentStatus(String slrDeploymentStatus)The status of SLR deployment for the account.AccountStatus.BuilderAccountStatus. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type AccountStatus.Builder Modifier and Type Method Description static Class<? extends AccountStatus.Builder>AccountStatus. serializableBuilderClass()
-