Uses of Interface
software.amazon.awssdk.services.appfabric.model.Tenant.Builder
-
Packages that use Tenant.Builder Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of Tenant.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return Tenant.Builder Modifier and Type Method Description static Tenant.BuilderTenant. builder()Tenant.BuilderTenant.Builder. tenantDisplayName(String tenantDisplayName)The display name of the tenant.Tenant.BuilderTenant.Builder. tenantIdentifier(String tenantIdentifier)The ID of the application tenant.Tenant.BuilderTenant. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type Tenant.Builder Modifier and Type Method Description static Class<? extends Tenant.Builder>Tenant. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appfabric.model with type arguments of type Tenant.Builder Modifier and Type Method Description default AppAuthorization.BuilderAppAuthorization.Builder. tenant(Consumer<Tenant.Builder> tenant)Contains information about an application tenant, such as the application display name and identifier.default AppAuthorizationSummary.BuilderAppAuthorizationSummary.Builder. tenant(Consumer<Tenant.Builder> tenant)Contains information about an application tenant, such as the application display name and identifier.default CreateAppAuthorizationRequest.BuilderCreateAppAuthorizationRequest.Builder. tenant(Consumer<Tenant.Builder> tenant)Contains information about an application tenant, such as the application display name and identifier.default UpdateAppAuthorizationRequest.BuilderUpdateAppAuthorizationRequest.Builder. tenant(Consumer<Tenant.Builder> tenant)Contains information about an application tenant, such as the application display name and identifier.
-