| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
static Tenant.Builder |
Tenant.builder() |
Tenant.Builder |
Tenant.Builder.tenantDisplayName(String tenantDisplayName)
The display name of the tenant.
|
Tenant.Builder |
Tenant.Builder.tenantIdentifier(String tenantIdentifier)
The ID of the application tenant.
|
Tenant.Builder |
Tenant.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Tenant.Builder> |
Tenant.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateAppAuthorizationRequest.Builder |
UpdateAppAuthorizationRequest.Builder.tenant(Consumer<Tenant.Builder> tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
default AppAuthorization.Builder |
AppAuthorization.Builder.tenant(Consumer<Tenant.Builder> tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
default CreateAppAuthorizationRequest.Builder |
CreateAppAuthorizationRequest.Builder.tenant(Consumer<Tenant.Builder> tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
default AppAuthorizationSummary.Builder |
AppAuthorizationSummary.Builder.tenant(Consumer<Tenant.Builder> tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
Copyright © 2023. All rights reserved.