Uses of Interface
software.amazon.awssdk.services.location.model.CreateKeyResponse.Builder
-
Packages that use CreateKeyResponse.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of CreateKeyResponse.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return CreateKeyResponse.Builder Modifier and Type Method Description static CreateKeyResponse.BuilderCreateKeyResponse. builder()CreateKeyResponse.BuilderCreateKeyResponse.Builder. createTime(Instant createTime)The timestamp for when the API key resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.CreateKeyResponse.BuilderCreateKeyResponse.Builder. key(String key)The key value/string of an API key.CreateKeyResponse.BuilderCreateKeyResponse.Builder. keyArn(String keyArn)The Amazon Resource Name (ARN) for the API key resource.CreateKeyResponse.BuilderCreateKeyResponse.Builder. keyName(String keyName)The name of the API key resource.CreateKeyResponse.BuilderCreateKeyResponse. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type CreateKeyResponse.Builder Modifier and Type Method Description static Class<? extends CreateKeyResponse.Builder>CreateKeyResponse. serializableBuilderClass()
-